Browse Source

chore: updates eslint-plugin-mocha

e22m4u 1 year ago
parent
commit
6e9e976ceb
2 changed files with 2 additions and 1 deletions
  1. 1 1
      package.json
  2. 1 0
      src/definition/definition-registry.spec.js

+ 1 - 1
package.json

@@ -52,7 +52,7 @@
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-chai-expect": "^3.0.0",
     "eslint-plugin-jsdoc": "^48.1.0",
-    "eslint-plugin-mocha": "^10.2.0",
+    "eslint-plugin-mocha": "^10.3.0",
     "husky": "^9.0.11",
     "mocha": "^10.3.0",
     "prettier": "^3.2.5",

+ 1 - 0
src/definition/definition-registry.spec.js

@@ -8,6 +8,7 @@ const sandbox = chai.spy.sandbox();
 
 describe('DefinitionRegistry', function () {
   let S;
+
   beforeEach(function () {
     S = new DefinitionRegistry();
   });