diff --git a/packages/node-ws/src/index.test.ts b/packages/node-ws/src/index.test.ts index 39f8fb76..a64a879b 100644 --- a/packages/node-ws/src/index.test.ts +++ b/packages/node-ws/src/index.test.ts @@ -28,7 +28,7 @@ describe('WebSocket helper', () => { server.close() }) - /*it('Should be inited WebSocket Context even if upgrading process is asynchronous', async () => { + it('Should be inited WebSocket Context even if upgrading process is asynchronous', async () => { const mainPromise = new Promise((resolve) => app.get( '/', @@ -245,7 +245,7 @@ describe('WebSocket helper', () => { createNodeWebSocket({ app }) }) }) -*/ + it('Should client can connect when use cors()', async () => { app.use(cors()) const mainPromise = new Promise((resolve) =>