mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add npm test
This commit is contained in:
parent
08559838cc
commit
bdef2a5b96
@ -10,7 +10,8 @@
|
|||||||
},
|
},
|
||||||
"main" : "red/red.js",
|
"main" : "red/red.js",
|
||||||
"scripts" : {
|
"scripts" : {
|
||||||
"start": "node red.js"
|
"start": "node red.js",
|
||||||
|
"test": "mocha test"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{"name": "Nick O'Leary"},
|
{"name": "Nick O'Leary"},
|
||||||
|
Loading…
Reference in New Issue
Block a user