smartfile-interfaces/test/test.ts

9 lines
196 B
TypeScript
Raw Normal View History

2020-10-02 18:45:17 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartfileInterfaces from '../ts/index';
tap.test('first test', async () => {
2020-10-05 10:34:43 +00:00
console.log(smartfileInterfaces);
2020-10-02 18:45:17 +00:00
});
2020-10-05 10:58:20 +00:00
2020-10-02 18:45:17 +00:00
tap.start();