Refactor test #773
Annotations
4 errors
|
test (20, windows-2025)
Process completed with exit code 1.
|
|
packages/core/src/checker.test.ts > checkCSSModule > report diagnostics for non-exported token:
packages/core/src/checker.test.ts#L102
Error: Snapshot `checkCSSModule > report diagnostics for non-exported token 1` mismatched
- Expected
+ Received
@@ -8,8 +8,8 @@
"length": 0,
"start": {
"column": 1,
"line": 1,
},
- "text": "Module './b.module.css' has no exported token 'b_2'.",
+ "text": "Cannot import module './b.module.css'",
},
]
❯ packages/core/src/checker.test.ts:102:25
|
|
test (22, windows-2025)
Process completed with exit code 1.
|
|
packages/core/src/checker.test.ts > checkCSSModule > report diagnostics for non-exported token:
packages/core/src/checker.test.ts#L102
Error: Snapshot `checkCSSModule > report diagnostics for non-exported token 1` mismatched
- Expected
+ Received
@@ -8,8 +8,8 @@
"length": 0,
"start": {
"column": 1,
"line": 1,
},
- "text": "Module './b.module.css' has no exported token 'b_2'.",
+ "text": "Cannot import module './b.module.css'",
},
]
❯ packages/core/src/checker.test.ts:102:25
|