We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2961307 commit cab8ac8Copy full SHA for cab8ac8
1 file changed
packages/apps/package.json
@@ -17,8 +17,9 @@
17
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
18
"lint": "eslint .",
19
"lint:fix": "eslint --fix .",
20
- "test:deno": "cd deno-runtime && deno task test",
21
- "test:node": "NODE_ENV=test node --require ts-node/register/transpile-only --test-reporter spec --test \"tests/**/*.test.ts\""
+ "test:deno": "deno task --config=deno-runtime/deno.jsonc test",
+ "test:node": "NODE_ENV=test node --require ts-node/register/transpile-only --test-reporter spec --test \"tests/**/*.test.ts\"",
22
+ "testunit": "yarn test:node && yarn test:deno"
23
},
24
"dependencies": {
25
"@msgpack/msgpack": "3.0.0-beta2",
0 commit comments