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
5
spec/fixtures/module/preload-required-module.js
vendored
Normal file
5
spec/fixtures/module/preload-required-module.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
try {
|
||||
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '))
|
||||
} catch (e) {
|
||||
console.log(e.message)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue