Running Copilot coding agent #45
Annotations
2 errors
|
tests/recommended.js > recommended rules > gts config has the right list:
tests/recommended.js#L38
Error: Snapshot `recommended rules > gts config has the right list 1` mismatched
- Expected
+ Received
[
- "template-no-let-reference",
+ "no-let-reference",
]
❯ tests/recommended.js:38:20
|
|
tests/recommended.js > recommended rules > gjs config has the right list:
tests/recommended.js#L26
Error: Snapshot `recommended rules > gjs config has the right list 1` mismatched
- Expected
+ Received
[
- "template-no-let-reference",
+ "no-let-reference",
]
❯ tests/recommended.js:26:20
|