test: add spec for --require filtering in NODE_OPTIONS (#29507)

This commit is contained in:
Milan Burda
2021-06-03 07:43:50 +02:00
committed by GitHub
parent 1873d8ec81
commit d84b7fc4d4
3 changed files with 28 additions and 0 deletions

1
spec/fixtures/module/fail.js vendored Normal file
View File

@@ -0,0 +1 @@
process.exit(1);