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

9
test/test.both.ts Normal file
View File

@@ -0,0 +1,9 @@
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');
});
tap.start();