Skip to content

Commit 30b62fd

Browse files
authored
fix: update vulnerable dependencies (#53)
1 parent 352bd26 commit 30b62fd

File tree

4 files changed

+2029
-3458
lines changed

4 files changed

+2029
-3458
lines changed

.mocharc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
file: ['test/support/env.js'],
3+
spec: 'test/**/*.test.{js,ts}',
4+
enableSourceMaps: true,
5+
timeout: 5000,
6+
exit: true,
7+
};

0 commit comments

Comments
 (0)