xref
: /
third_party
/
node
/
test
/
fixtures
/
test-runner
/
default-behavior
/
index.test.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/test-runner/default-behavior/
1
'use strict'
;
2
const
test
=
require
(
'node:test'
);
3
4
test
(
'this should pass'
);
5