Skip to content

Commit aa03584

Browse files
committed
Fix lint
1 parent b1e6016 commit aa03584

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.mocharc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
module.exports = {
24
color: true,
35
exit: true,
@@ -7,4 +9,4 @@ module.exports = {
79
output: `./node-${process.versions.node}-junit.xml`,
810
showRelativePaths: true
911
},
10-
};
12+
}

0 commit comments

Comments
 (0)