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('.');
4
4
5
5
/** @type {import("mocha").MochaOptions } */
6
6
module . exports = {
7
- $schema :
8
- 'https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json' ,
9
7
require : [ 'test/integration/node-specific/examples/setup.js' ] ,
10
8
extension : [ 'js' ] ,
11
9
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('.');
4
4
5
5
/** @type {import("mocha").MochaOptions } */
6
6
module . exports = {
7
- $schema :
8
- 'https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json' ,
9
7
require : [
10
8
'source-map-support/register' ,
11
9
'ts-node/register' ,
You can’t perform that action at this time.
0 commit comments