Skip to content

Commit

Permalink
test_runner: remove runtime experimental warning
Browse files Browse the repository at this point in the history
This commit removes the experimental warning that is emitted
when the test runner is used. The test runner feature is still
considered experimental, but this change makes its output
easier to read.

PR-URL: nodejs#44844
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and MoLow committed Nov 23, 2022
1 parent 36be71e commit 1e8a80d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/test.js
Expand Up @@ -2,9 +2,6 @@
const { ObjectAssign } = primordials;
const { test, describe, it, before, after, beforeEach, afterEach } = require('internal/test_runner/harness');
const { run } = require('internal/test_runner/runner');
const { emitExperimentalWarning } = require('internal/util');

emitExperimentalWarning('The test runner');

module.exports = test;
ObjectAssign(module.exports, {
Expand Down

0 comments on commit 1e8a80d

Please sign in to comment.