smartdiff/test/test.ts

9 lines
153 B
TypeScript
Raw Normal View History

2021-12-16 08:20:48 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartdiff from '../ts/index';
tap.test('first test', async () => {
});
tap.start();