Run CI for nodejs 22.x #95
Annotations
3 errors
test/rules/plugin/use-valid-json.test.mjs > lint incorrect JSON shall return JSON.parse() error message:
test/rules/plugin/use-valid-json.test.mjs#L67
AssertionError: expected { …(6) } to match object { severity: 2, …(3) }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "column": 8,
+ "column": 9,
"line": 1,
"ruleId": "json-es/use-valid-json",
"severity": 2,
}
❯ test/rules/plugin/use-valid-json.test.mjs:67:25
|
test/rules/plugin/use-valid-json.test.mjs > lint incorrect JSON shall return JSON.parse() error message for line 2:
test/rules/plugin/use-valid-json.test.mjs#L86
AssertionError: expected { …(6) } to match object { severity: 2, …(3) }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "column": 14,
+ "column": 3,
"line": 2,
"ruleId": "json-es/use-valid-json",
"severity": 2,
}
❯ test/rules/plugin/use-valid-json.test.mjs:86:25
|
build (22.x)
Process completed with exit code 1.
|