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