Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
c95d9caec79b4b8dae173c8d569499b59b4983bb
/
.
/
internal
/
node
/
test
/
bootstrap.js
blob: fc3edbc0c520e915907f266f2d19313aaa88a13c [
file
]
global
.
bootstrapped
=
true
;
// Verify that we can require npm packages in a bootstrap script
const
tmp
=
require
(
'tmp'
);