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

This commit is contained in:
Milan Burda 2021-06-03 07:46:44 +02:00 committed by GitHub
parent d8d6e2ebc0
commit 8040cb788f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);