fix(core): update

This commit is contained in:
2020-09-28 13:30:33 +00:00
parent b75025e1f8
commit e15405981c
10 changed files with 10280 additions and 820 deletions

View File

@ -2,7 +2,6 @@ import { expect, tap } from '@pushrocks/tapbundle';
delete process.env.CLI_CALL_TSRUN;
import '../ts/index';
tap.test('first test', async () => {
console.log('should create a sourcemap');
});