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 e3c2cc9 commit be555c1Copy full SHA for be555c1
tools/spectral/ipa/__tests__/__helpers__/testRule.js
@@ -13,9 +13,6 @@ export default (ruleName, tests) => {
13
const doc = testCase.document instanceof Document ? testCase.document : JSON.stringify(testCase.document);
14
const errors = await s.run(doc);
15
16
- if (testCase.name === 'invalid methods' && errors.length !== testCase.errors.length) {
17
- console.log('Errors:', errors);
18
- }
19
expect(errors.length).toEqual(testCase.errors.length);
20
21
errors.forEach((error, index) => {
0 commit comments