Add node:test script to package.json for running Node.js tests

This commit is contained in:
Daniel Hutzel
2025-04-02 19:14:49 +02:00
parent c81fd6e31e
commit 339c87c55a

View File

@@ -22,6 +22,7 @@
"test": "chest test",
"jest": "npx jest",
"mocha": "npx mocha",
"node:test": "node --test",
"build": "mbt build -t gen --mtar mta.tar",
"deploy": "cf deploy gen/mta.tar",
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"