tscoverage/test/test.ts
2020-06-03 11:13:50 +00:00

7 lines
139 B
TypeScript

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