UNPKG

tape

Version:

tap-producing test harness for node and browsers

9 lines (6 loc) 149 B
import tape from '../../../index.js'; tape.test('package-type-a', function (t) { t.pass('test ran'); t.end(); global.package_type_a = true; });