interfaces/test/test.ts

9 lines
169 B
TypeScript
Raw Normal View History

import { expect, tap } from '@push.rocks/tapbundle';
import * as interfaces from '../ts/index.js';
2020-09-14 09:43:39 +00:00
tap.test('first test', async () => {
interfaces;
});
tap.start();