Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 339c87c

Browse files
committed
Add node:test script to package.json for running Node.js tests
1 parent c81fd6e commit 339c87c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"test": "chest test",
2323
"jest": "npx jest",
2424
"mocha": "npx mocha",
25+
"node:test": "node --test",
2526
"build": "mbt build -t gen --mtar mta.tar",
2627
"deploy": "cf deploy gen/mta.tar",
2728
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"

0 commit comments

Comments
 (0)