Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Sep 2, 2024
1 parent b8398e8 commit aa0b836
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"axios": "^1.3.2",
"chai": "^4.2.0",
"chai-as-promised": "^8.0.0",
"eslint": "^8.0.0",
"eslint": "^8.57.0",
"gulp": "^5.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const path = require('path');
const { tests } = require('@iobroker/testing');

// Run integration tests - See https://github.com/ioBroker/testing for a detailed explanation and further options
tests.integration(path.join(__dirname, '..'));
tests.integration(path.join(__dirname, '..'));
10 changes: 10 additions & 0 deletions test/mocharc.custom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"require": [
"test/mocha.setup.js"
],
"watch-files": [
"!(node_modules|test)/**/*.test.js",
"*.test.js",
"test/**/test!(PackageFiles|Startup).js"
]
}
9 changes: 9 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noImplicitAny": false
},
"include": [
"./**/*.js"
]
}
5 changes: 0 additions & 5 deletions test/unit.js

This file was deleted.

0 comments on commit aa0b836

Please sign in to comment.