File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/supabase-js/test/deno Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments