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