Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
ee8d2c8ebe09ecafd5389af8be8e1c8ba0eea433
/
.
/
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'
);