mtcute/e2e/deno.json
alina sireneva 4dd33d30e5
Some checks failed
Docs / build (push) Failing after 6s
Tests / lint (push) Failing after 5s
Tests / test-node (node22) (push) Failing after 5s
Tests / test-bun (push) Failing after 5s
Tests / test-deno (push) Failing after 5s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Tests / test-node (node18) (push) Failing after 5s
Tests / test-node (node20) (push) Failing after 5s
Tests / test-web (chromium) (push) Failing after 22s
Tests / test-web (firefox) (push) Failing after 22s
test(e2e): fixed deno lockfile
2025-01-15 11:57:01 +03:00

27 lines
No EOL
1.5 KiB
JSON

{
"imports": {
"@fuman/utils": "jsr:@fuman/utils@0.0.1",
"chai": "https://esm.sh/chai@5.1.2?pin=v135",
"node:test": "./tests/deno-shims/node-test.js",
"mtcute": "../packages/deno/src/index.ts",
"mtcute/utils.js": "../packages/deno/src/utils.ts",
"@mtcute/core": "../packages/core/src/index.ts",
"@mtcute/core/client.js": "../packages/core/src/highlevel/client.ts",
"@mtcute/core/methods.js": "../packages/core/src/highlevel/methods.ts",
"@mtcute/core/utils.js": "../packages/core/src/utils/index.ts",
"@mtcute/core/worker.js": "../packages/core/src/highlevel/worker/index.ts",
"@mtcute/markdown-parser": "../packages/markdown-parser/src/index.ts",
"@mtcute/html-parser": "../packages/html-parser/src/index.ts",
"@mtcute/file-id": "../packages/file-id/src/index.ts",
"@mtcute/tl-runtime": "../packages/tl-runtime/src/index.ts",
"@mtcute/wasm": "../packages/wasm/src/index.ts",
"@mtcute/tl": "./tests/deno-shims/tl.js",
"@mtcute/tl/binary/rsa-keys.js": "./tests/deno-shims/tl-rsa.js",
"@mtcute/tl/binary/reader.js": "./tests/deno-shims/tl-reader.js",
"@mtcute/tl/binary/writer.js": "./tests/deno-shims/tl-writer.js"
},
"tasks": {
"test": "deno test -A --unstable-ffi --trace-leaks --unstable-sloppy-imports --no-check --env-file=.env --unstable-detect-cjs",
"test:all": "deno task test tests/*.e2e.ts"
}
}