Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
e2e
/
pnpm_lockfiles
/
base
/
patched-dependencies-test.js
blob: 49624f54e43ec148d43e90cd75798bc673928fd3 [
file
] [
log
] [
blame
]
const
meaningOfLife
=
require
(
'meaning-of-life'
)
// meaning-of-life should have been patched
if
(
meaningOfLife
!==
'forty two'
)
{
throw
new
Error
(
'`pnpm.patchedDependencies` was NOT applied!'
)
}