smartsourcemap/test/test.both.ts
2020-09-28 13:30:33 +00:00

10 lines
209 B
TypeScript

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();