fix(core): update

This commit is contained in:
2020-06-03 11:16:21 +00:00
parent 4fedb088dd
commit 10883d08a8
5 changed files with 76 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import {tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@pushrocks/tapbundle';
tap.test('should run a test', async () => {
console.log('hi there');
})
});
tap.start();
tap.start();