UNPKG
test
Version:
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
0.6.0
0.5.2
0.5.1
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Node.js 18's node:test, as an npm package
github.com/nodejs/node-core-test
nodejs/node-core-test
test
/
test
/
fixtures
/
test-runner
/
index.test.js
6 lines
(4 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
// https://github.com/nodejs/node/blob/1aab13cad9c800f4121c1d35b554b78c1b17bdbd/test/fixtures/test-runner/index.test.js
'use strict'
const
test =
require
(
'#node:test'
)
test
(
'this should pass'
)