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