CAPAUT-254 Add datapaser tests

This commit is contained in:
2022-07-28 17:11:53 +02:00
parent db4e309439
commit 110f7a9ad8
6 changed files with 3070 additions and 42 deletions

View File

@@ -9,6 +9,9 @@
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
},
"keywords": [
"captica",
"systacomfort",
"systacomfort2",
"node-red"
],
"node-red": {
@@ -17,9 +20,11 @@
}
},
"scripts": {
"test": "mocha"
"test": "nyc mocha"
},
"devDependencies": {
"mocha": "^10.0.0"
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}