Skip to content

Commit 1e8a80d

Browse files
cjihrigMoLow
authored andcommitted
test_runner: remove runtime experimental warning
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 36be71e commit 1e8a80d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/test.js

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
const { ObjectAssign } = primordials;
33
const { test, describe, it, before, after, beforeEach, afterEach } = require('internal/test_runner/harness');
44
const { run } = require('internal/test_runner/runner');
5-
const { emitExperimentalWarning } = require('internal/util');
6-
7-
emitExperimentalWarning('The test runner');
85

96
module.exports = test;
107
ObjectAssign(module.exports, {

0 commit comments

Comments
 (0)