Skip to content

Commit 9d8001a

Browse files
committed
test: update deno compatibility
1 parent c1c2876 commit 9d8001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt-cli/test/e2e/runtimes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function createIt(runtimeName: typeof runtimes[number], _socketsEnabled: boolean
4949
deno: {
5050
start: !platform.windows,
5151
fetching: !platform.windows,
52-
websockets: !platform.windows,
52+
websockets: !platform.windows && !platform.macos,
5353
},
5454
}
5555
const status = supportMatrix[runtimeName]

0 commit comments

Comments
 (0)