fix(core): update

This commit is contained in:
2020-06-03 11:13:50 +00:00
parent 668fd0998f
commit 15bdab9ba6
37 changed files with 11590 additions and 9044 deletions

7
test/test.ts Normal file
View File

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