File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ const [major] = process.versions.node.split('.');
5
5
/** @type {import("mocha").MochaOptions } */
6
6
module . exports = {
7
7
require : [
8
- " source-map-support/register" ,
9
- " ts-node/register" ,
10
- " test/tools/runner/chai_addons.ts" ,
11
- " test/tools/runner/ee_checker.ts"
8
+ ' source-map-support/register' ,
9
+ ' ts-node/register' ,
10
+ ' test/tools/runner/chai_addons.ts' ,
11
+ ' test/tools/runner/ee_checker.ts'
12
12
] ,
13
13
extension : [ 'js' , 'ts' ] ,
14
14
recursive : true ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
'source-map-support/register' ,
9
9
'ts-node/register' ,
10
10
'test/tools/runner/chai_addons.ts' ,
11
- 'test/tools/runner/hooks/ ee_checker.ts' ,
11
+ 'test/tools/runner/ee_checker.ts' ,
12
12
'test/tools/runner/hooks/configuration.ts' ,
13
13
'test/tools/runner/hooks/leak_checker.ts' ,
14
14
'test/tools/runner/hooks/legacy_crud_shims.ts'
You can’t perform that action at this time.
0 commit comments