Skip to content

Commit c7ece46

Browse files
cjihrigdanielleadams
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: #44844 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 37808b3 commit c7ece46

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)