Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
303b89cb2e6697ac659cca0cd1287c8ebff373f5
/
.
/
internal
/
node
/
test
/
bootstraps.spec.js
blob: c305cd9a78083aa85aa30dc5c7f271bf0a733c9a [
file
] [
log
] [
blame
]
if
(
global
.
bootstrapped
!==
2
)
{
console
.
error
(
'should run 2 boostrap scripts'
);
process
.
exitCode
=
1
;
}
if
(
global
.
last_bootstrap
!==
'bootstrap2'
)
{
console
.
error
(
'should run bootstrap scripts in order'
);
process
.
exitCode
=
1
;
}