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!')
}