levelcache/test/test.ts

9 lines
172 B
TypeScript
Raw Normal View History

2020-02-05 17:11:30 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as levelcache from '../ts/index';
tap.test('first test', async () => {
console.log('hi');
});
tap.start();