Add failing spec for Buffer from preload required module
This commit is contained in:
parent
b936221b63
commit
e6fec57bd8
3 changed files with 19 additions and 1 deletions
3
spec/fixtures/module/preload-node-off-wrapper.js
vendored
Normal file
3
spec/fixtures/module/preload-node-off-wrapper.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
setImmediate(function () {
|
||||
require('./preload-required-module')
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue