UNPKG

freshpack

Version:

Command line scaffolding tool for react apps

7 lines (5 loc) 126 B
const test = require('tape'); test('fake test for travis', (t) => { t.plan(1); t.equal(typeof Date.now, 'function'); });