Skip to content

Commit 71ee1df

Browse files
committed
Update for mocha@8
1 parent 2252096 commit 71ee1df

File tree

4 files changed

+722
-179
lines changed

4 files changed

+722
-179
lines changed

Diff for: .mocharc.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
'use strict';
2+
3+
module.exports = {
4+
spec: [
5+
'./test/functions.test.js',
6+
'./test/getCode.test.js',
7+
'./test/mangle.test.js'
8+
]
9+
};

0 commit comments

Comments
 (0)