smartsourcemap/test/test.ts
2019-06-05 13:55:01 +02:00

9 lines
174 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import '../ts/index';
tap.test('first test', async () => {
console.log('should create a sourcemap');
});
tap.start();