Skip to content

Commit

Permalink
chore: use "node-websocket" for graphql subscription test
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 15, 2024
1 parent 96c7129 commit cce5115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/graphql-api/graphql-subscription.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @vitest-environment node
// @vitest-environment node-websocket
import { graphql } from 'msw'
import { setupServer } from 'msw/node'
import { createClient } from 'graphql-ws'
Expand Down

0 comments on commit cce5115

Please sign in to comment.