Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
2d403c545bb4e95628b38c8c56faf9ef4a9de0d0
/
.
/
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
;
}