Bump eslint-vitest-rule-tester from 1.1.0 to 2.1.0 #332
Annotations
4 errors
Test
Process completed with exit code 1.
|
tests/rules/no-exclusive-tests.test.js > no-exclusive-tests > invalid use of "describe.only()" and "it.only()":
tests/rules/no-exclusive-tests.test.js#L79
Error: Snapshot `no-exclusive-tests > invalid use of "describe.only()" and "it.only()" 1` mismatched
- Expected
+ Received
- [
- {
- "column": 18,
- "endColumn": 22,
- "endLine": 2,
- "line": 2,
- "message": "Exlusive tests are not allowed",
- "nodeType": "Identifier",
- "ruleId": "no-exclusive-tests",
- "severity": 2,
- },
- {
- "column": 14,
- "endColumn": 18,
- "endLine": 3,
- "line": 3,
- "message": "Exlusive tests are not allowed",
- "nodeType": "Identifier",
- "ruleId": "no-exclusive-tests",
- "severity": 2,
- },
- ]
+ undefined
❯ tests/rules/no-exclusive-tests.test.js:79:29
|
tests/rules/no-exclusive-tests.test.js > no-exclusive-tests > invalid use of "it.only()":
tests/rules/no-exclusive-tests.test.js#L64
Error: Snapshot `no-exclusive-tests > invalid use of "it.only()" 1` mismatched
- Expected
+ Received
- [
- {
- "column": 14,
- "endColumn": 18,
- "endLine": 3,
- "line": 3,
- "message": "Exlusive tests are not allowed",
- "nodeType": "Identifier",
- "ruleId": "no-exclusive-tests",
- "severity": 2,
- },
- ]
+ undefined
❯ tests/rules/no-exclusive-tests.test.js:64:29
|
tests/rules/no-exclusive-tests.test.js > no-exclusive-tests > invalid use of "describe.only()":
tests/rules/no-exclusive-tests.test.js#L49
Error: Snapshot `no-exclusive-tests > invalid use of "describe.only()" 1` mismatched
- Expected
+ Received
- [
- {
- "column": 18,
- "endColumn": 22,
- "endLine": 2,
- "line": 2,
- "message": "Exlusive tests are not allowed",
- "nodeType": "Identifier",
- "ruleId": "no-exclusive-tests",
- "severity": 2,
- },
- ]
+ undefined
❯ tests/rules/no-exclusive-tests.test.js:49:29
|