Skip to content

Commit

Permalink
chore(deps): update Deno lock file and test configuration
Browse files Browse the repository at this point in the history
Update deno.lock to version 3, simplify dependency specifiers, and modify test command env flag
from --env-file to --env
  • Loading branch information
jumski committed Jan 22, 2025
1 parent cba82df commit b3b98ba
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 63 deletions.
100 changes: 39 additions & 61 deletions pkgs/edge-worker/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/edge-worker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"options": {
"cwd": "pkgs/edge-worker",
"commands": [
"deno test --allow-all --env-file=supabase/functions/.env tests/unit/"
"deno test --allow-all --env=supabase/functions/.env tests/unit/"
],
"parallel": false
}
Expand All @@ -107,7 +107,7 @@
"options": {
"cwd": "pkgs/edge-worker",
"commands": [
"deno test --allow-all --env-file=supabase/.env tests/e2e/"
"deno test --allow-all --env=supabase/.env tests/e2e/"
],
"parallel": false
}
Expand Down

0 comments on commit b3b98ba

Please sign in to comment.