Skip to content

Commit be555c1

Browse files
1 parent e3c2cc9 commit be555c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/spectral/ipa/__tests__/__helpers__/testRule.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export default (ruleName, tests) => {
1313
const doc = testCase.document instanceof Document ? testCase.document : JSON.stringify(testCase.document);
1414
const errors = await s.run(doc);
1515

16-
if (testCase.name === 'invalid methods' && errors.length !== testCase.errors.length) {
17-
console.log('Errors:', errors);
18-
}
1916
expect(errors.length).toEqual(testCase.errors.length);
2017

2118
errors.forEach((error, index) => {

0 commit comments

Comments
 (0)