smartsocket/test/test.reconnect.ts
2022-01-19 08:05:06 +01:00

6 lines
114 B
TypeScript

import { tap, expect } from '@pushrocks/tapbundle';
tap.test('should run a test', async () => {});
tap.start();