websetup/test/test.ts

9 lines
209 B
TypeScript
Raw Permalink Normal View History

2018-12-27 23:23:13 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
2019-03-27 13:40:06 +00:00
import * as websetup from '../ts/index';
2018-12-27 23:23:13 +00:00
tap.test('first test', async () => {
2019-03-27 13:38:24 +00:00
console.log('Waiting for proper puppeteer support here');
2019-03-27 13:40:06 +00:00
});
2018-12-27 23:23:13 +00:00
2019-03-27 13:38:24 +00:00
tap.start();