tscoverage/test/test.ts
2020-06-03 11:16:21 +00:00

8 lines
142 B
TypeScript

import { tap, expect } from '@pushrocks/tapbundle';
tap.test('should run a test', async () => {
console.log('hi there');
});
tap.start();