Files
mtcute/e2e/deno.json
2025-03-02 09:01:40 +03:00

6 lines
257 B
JSON

{
"tasks": {
"test": "deno test -A --unstable-ffi --trace-leaks --unstable-sloppy-imports --no-check --env-file=.env --unstable-detect-cjs --import-map=../.config/deno-import-map.json",
"test:all": "deno task test tests/*.e2e.ts"
}
}