Skip to content

Commit

Permalink
chore: add typing to mocha config (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jul 28, 2022
1 parent 7134ea7 commit d2e688e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
* mocha config
* @see {@link https://mochajs.org/#configuring-mocha-nodejs}
* @see {@link https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.js example}
* @type {import('@types/mocha').Mocha.MochaOptions}
*/
module.exports = {
spec: [
Expand Down

0 comments on commit d2e688e

Please sign in to comment.