mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-01-12 22:49:02 +08:00
6 lines
257 B
JSON
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"
|
|
}
|
|
} |