Skip to content

Commit 13ef596

Browse files
W-A-Jamesnbbeeken
authored andcommitted
remove schema entries
1 parent 74e6bc6 commit 13ef596

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/mocha_lambda.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const [major] = process.versions.node.split('.');
44

55
/** @type {import("mocha").MochaOptions} */
66
module.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',

test/mocha_mongodb.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const [major] = process.versions.node.split('.');
44

55
/** @type {import("mocha").MochaOptions} */
66
module.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',

0 commit comments

Comments
 (0)