blob: 4eb3b6815bd2abc8d9684d97b1f190dd5457515c [file] [log] [blame]
var tape = require('../..');
tape.test('test-b', function(t) {
t.ok(global.module_b, 'module-b loaded in same context')
t.pass('test ran after module-b was loaded')
t.end()
})