Skip to content

Commit cab8ac8

Browse files
committed
enables test on apps
1 parent 2961307 commit cab8ac8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/apps/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
1818
"lint": "eslint .",
1919
"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\""
20+
"test:deno": "deno task --config=deno-runtime/deno.jsonc test",
21+
"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"
2223
},
2324
"dependencies": {
2425
"@msgpack/msgpack": "3.0.0-beta2",

0 commit comments

Comments
 (0)