smartproxy/test/test.ts
2019-08-20 18:42:52 +02:00

9 lines
178 B
TypeScript

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