Skip to content

Commit 06e619b

Browse files
author
Ganesh K Bhat
committed
[COMMIT] [improvement] Ading .mjs file for ES Module support
1 parent 4a557d2 commit 06e619b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mocha.test.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@ module.exports = {
88
'./test/**/test.*.js',
99
'./test/**/**/test.*.js',
1010
'./test/**/**/**/test.*.js',
11+
'./test/*.test.mjs',
12+
'./test/**/*.test.mjs',
13+
'./test/**/**/*.test.mjs',
14+
'./test/**/**/**/*.test.mjs',
15+
'./test/test.*.mjs',
16+
'./test/**/test.*.mjs',
17+
'./test/**/**/test.*.mjs',
18+
'./test/**/**/**/test.*.mjs',
1119
],
1220
};

0 commit comments

Comments
 (0)