Skip to content

Commit e5f4bde

Browse files
committed
Migration to .mocharc.js from mocha.opts
1 parent 3bf2157 commit e5f4bde

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: .mocharc.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
'use strict';
2+
3+
require("ts-node/register");
4+
require("tsconfig-paths/register");
5+
6+
module.exports = {
7+
diff: true,
8+
extension: ['ts'],
9+
package: '../package.json',
10+
timeout: 10_000,
11+
};

Diff for: test/mocha.opts

-3
This file was deleted.

0 commit comments

Comments
 (0)