| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37808b3 commit c7ece46
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,9 +2,6 @@ | |||
| 2 | 2 | const { ObjectAssign } = primordials; | |
| 3 | 3 | const { test, describe, it, before, after, beforeEach, afterEach } = require('internal/test_runner/harness'); | |
| 4 | 4 | const { run } = require('internal/test_runner/runner'); | |
| 5 | - const { emitExperimentalWarning } = require('internal/util'); | ||
| 6 | - | ||
| 7 | - emitExperimentalWarning('The test runner'); | ||
| 8 | 5 | ||
| 9 | 6 | module.exports = test; | |
| 10 | 7 | ObjectAssign(module.exports, { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments