Files

9 lines
171 B
TypeScript
Raw Permalink Normal View History

2022-05-27 16:16:41 +02:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as searchquery from '../ts/index.js';
tap.test('first test', async () => {
});
tap.start();