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
/
random.test.mjs
7 lines
(5 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
// https://github.com/nodejs/node/blob/1aab13cad9c800f4121c1d35b554b78c1b17bdbd/test/fixtures/test-runner/random.test.mjs
import
test
from
'#node:test'
test
(
'this should fail'
,
() =>
{
throw
new
Error
(
'this is a failing test'
) })