File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ const [major] = process.versions.node.split('.');
44
55/** @type {import("mocha").MochaOptions } */
66module . exports = {
7- $schema :
8- 'https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json' ,
97 require : [ 'test/integration/node-specific/examples/setup.js' ] ,
108 extension : [ 'js' ] ,
119 ui : 'test/tools/runner/metadata_ui.js' ,
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ const [major] = process.versions.node.split('.');
44
55/** @type {import("mocha").MochaOptions } */
66module . exports = {
7- $schema :
8- 'https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json' ,
97 require : [
108 'source-map-support/register' ,
119 'ts-node/register' ,
You can’t perform that action at this time.
0 commit comments