Add failing spec for Buffer from preload required module

This commit is contained in:
Kevin Sawicki 2017-02-23 11:26:37 -08:00
parent b936221b63
commit e6fec57bd8
3 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,3 @@
setImmediate(function () {
require('./preload-required-module')
})