smartsocket/test/test.reconnect.ts

6 lines
114 B
TypeScript
Raw Normal View History

2022-01-19 07:05:06 +00:00
import { tap, expect } from '@pushrocks/tapbundle';
tap.test('should run a test', async () => {});
tap.start();