Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 9, 2023
1 parent 7f648d0 commit 828efa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 deletions test/mocharc.custom.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"require": [
"test/mocha.setup.js"
],
"watch-files": [
"!(node_modules|test)/**/*.test.js",
"*.test.js",
"test/**/test!(PackageFiles|Startup).js"
]
}
"require": ["test/mocha.setup.js"],
"watch-files": ["!(node_modules|test)/**/*.test.js", "*.test.js", "test/**/test!(PackageFiles|Startup).js"]
}
6 changes: 3 additions & 3 deletions test/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require("path");
const { tests } = require("@iobroker/testing");
const path = require('path');
const { tests } = require('@iobroker/testing');

// Validate the package files
tests.packageFiles(path.join(__dirname, ".."));
tests.packageFiles(path.join(__dirname, '..'));

0 comments on commit 828efa0

Please sign in to comment.