tscoverage/test/test.ts

7 lines
139 B
TypeScript
Raw Normal View History

2020-06-03 11:13:50 +00:00
import {tap, expect } from '@pushrocks/tapbundle';
tap.test('should run a test', async () => {
console.log('hi there');
})
tap.start();