import tape from 'tape'; import _test from 'tape-promise'; const tapetest = _test(tape); import * as reducers from '../build/reducers/index.js'; import * as actions from '../build/actions.js'; tapetest('test', async function testProgram(t) { t.pass('empty test file'); t.end(); });