Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

test-b.js 194B

1234567
  1. var tape = require('../..');
  2. tape.test('test-b', function (t) {
  3. t.ok(global.module_b, 'module-b loaded in same context');
  4. t.pass('test ran after module-b was loaded');
  5. t.end();
  6. });