levelcache/test/test.ts
2020-02-05 17:11:30 +00:00

9 lines
172 B
TypeScript

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