UNPKG

fusion-cli

Version:
10 lines (7 loc) 155 B
// @noflow const test = require('tape'); const foo = require('../foo.js'); test('universal test', t => { t.pass('some universal test'); t.end(); });