mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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: https://github.com/nodejs/node/pull/44844 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
691f8d1427
commit
ad8442f135
1 changed files with 0 additions and 3 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue