9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
|
|
import * as searchquery from '../ts/index.js';
|
|
|
|
tap.test('first test', async () => {
|
|
|
|
});
|
|
|
|
tap.start();
|