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