xref
: /
third_party
/
node
/
test
/
fixtures
/
test-runner
/
output
/
single.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/test-runner/output/
1
'use strict'
;
2
const
test
=
require
(
'node:test'
);
3
test
(
'last test'
, () => {});
4