Skip to content

Commit 4c47442

Browse files
committed
chore(supabase): fix deno test
1 parent 210e8b3 commit 4c47442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/supabase-js/test/deno/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "test-deno",
33
"private": true,
44
"scripts": {
5-
"test": "npm run setup-deps && deno test --allow-all --no-check --unstable-sloppy-imports integration.test.ts",
6-
"test:edge-functions": "npm run setup-deps && deno test --allow-all --no-check --unstable-sloppy-imports edge-functions-integration.test.ts",
5+
"test": "npm run setup-deps && deno test --allow-all --no-check --unstable-sloppy-imports --unstable-detect-cjs integration.test.ts",
6+
"test:edge-functions": "npm run setup-deps && deno test --allow-all --no-check --unstable-sloppy-imports --unstable-detect-cjs edge-functions-integration.test.ts",
77
"setup-deps": "node setup-deps.js"
88
},
99
"dependencies": {

0 commit comments

Comments
 (0)