blob: 097eb883e5539211eb83fae8ab679db5f0f4d2d2 [file] [log] [blame]
var tape = require('../..');
tape.test('module-a', function(t) {
t.plan(1)
t.pass('loaded module a')
})
global.module_a = true