fix commentout

pull/1146/head
nakasyou 2025-04-29 11:10:30 +09:00
parent 8f331bbb58
commit 4b912fe836
No known key found for this signature in database
GPG Key ID: 55406425C65AE7CA
1 changed files with 2 additions and 2 deletions

View File

@ -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<boolean>((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<boolean>((resolve) =>