Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit fd0a75a

Browse files
committed
define test files
1 parent 39ef1f1 commit fd0a75a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"description": "Node-RED tools nodes for ProcessCube",
66
"scripts": {
7-
"lint": "prettier --write --config ./.prettierrc.json \"**/*.{html,js}\""
7+
"lint": "prettier --write --config ./.prettierrc.json \"**/*.{html,js}\"",
8+
"test": "mocha test/unit/ test/integration"
89
},
910
"authors": [
1011
{

0 commit comments

Comments
 (0)