UNPKG

tape

Version:

tap-producing test harness for node and browsers

9 lines (6 loc) 112 B
'use strict'; var tape = require('../../'); tape.test('should pass', function (t) { t.plan(1); t.ok(1); });