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('.');
55/** @type {import("mocha").MochaOptions } */
66module . exports = {
77 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'
1212 ] ,
1313 extension : [ 'js' , 'ts' ] ,
1414 recursive : true ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
88 'source-map-support/register' ,
99 'ts-node/register' ,
1010 'test/tools/runner/chai_addons.ts' ,
11- 'test/tools/runner/hooks/ ee_checker.ts' ,
11+ 'test/tools/runner/ee_checker.ts' ,
1212 'test/tools/runner/hooks/configuration.ts' ,
1313 'test/tools/runner/hooks/leak_checker.ts' ,
1414 'test/tools/runner/hooks/legacy_crud_shims.ts'
You can’t perform that action at this time.
0 commit comments