Skip to content

Commit d2e688e

Browse files
authored
chore: add typing to mocha config (#133)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7134ea7 commit d2e688e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mocharc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
2222
* mocha config
2323
* @see {@link https://mochajs.org/#configuring-mocha-nodejs}
2424
* @see {@link https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.js example}
25+
* @type {import('@types/mocha').Mocha.MochaOptions}
2526
*/
2627
module.exports = {
2728
spec: [

0 commit comments

Comments
 (0)