You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deno test# Or watching file changes
deno test --watch src
# Or with GNU Make
make deno-test
# Using docker compose
docker compose run --rm deno-test
# Or with GNU Make
make dc-deno-test