smartdiff/test/test.ts
2021-12-16 09:20:48 +01:00

9 lines
153 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as smartdiff from '../ts/index';
tap.test('first test', async () => {
});
tap.start();