smartsourcemap/test/test.ts
2019-06-05 13:58:47 +02:00

11 lines
210 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();