Skip to content

Commit 365ed83

Browse files
committed
tests: restructure to test both Tado and TadoX
1 parent 184be46 commit 365ed83

39 files changed

+982
-888
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"build": "tsc",
2727
"build:docs": "npx typedoc",
28-
"test": "nyc mocha --loader=tsx test/index.ts",
28+
"test": "nyc mocha --loader=tsx test/*.ts",
2929
"format": "prettier -w -u .",
3030
"lint": "eslint .",
3131
"prepare": "husky"

0 commit comments

Comments
 (0)