fix(core): update

This commit is contained in:
2019-04-10 12:56:17 +02:00
parent 505f624dd9
commit 035cb84442
14 changed files with 1111 additions and 272 deletions

View File

@ -1,6 +1,6 @@
import { tap, expect } from '../ts/index';
let tapwrap = tap.wrap(async () => {
const tapwrap = tap.wrap(async () => {
tap.test('should do something', async () => {
console.log('test1');
});