Skip to content

Commit

Permalink
tests: restructure to test both Tado and TadoX
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdavis90 committed Nov 11, 2024
1 parent 184be46 commit 365ed83
Show file tree
Hide file tree
Showing 39 changed files with 982 additions and 888 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "tsc",
"build:docs": "npx typedoc",
"test": "nyc mocha --loader=tsx test/index.ts",
"test": "nyc mocha --loader=tsx test/*.ts",
"format": "prettier -w -u .",
"lint": "eslint .",
"prepare": "husky"
Expand Down
Loading

0 comments on commit 365ed83

Please sign in to comment.