We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d06ab commit 0f5d861Copy full SHA for 0f5d861
test/specs/invalid/invalid.spec.js
@@ -328,7 +328,7 @@ describe("Invalid syntax", () => {
328
message.includes("invalid.json: Expected property name or '}' in JSON") // Chrome
329
),
330
path: ["foo"],
331
- source: message => message.endsWith("/test/") || message.startsWith("http://localhost"),
+ // source: message => message.endsWith("/test/") || message.startsWith("http://localhost"),
332
}
333
]);
334
0 commit comments