You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/@css-blocks/jsx/test/analyzer/class-states-objstr-test.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ export class Test {
149
149
).then((_analysis: Analyzer)=>{
150
150
assert.ok(false,"Should never get here");
151
151
}).catch((err)=>{
152
-
assert.equal(err.message,`[css-blocks] TemplateError: Can not apply multiple states at the same time from the exclusive state group ".pretty[color]". (<unknown file>:11:6)`);
152
+
assert.equal(err.message,`[css-blocks] TemplateError: Cannot apply multiple states at the same time from the exclusive state group ".pretty[color]". (<unknown file>:11:6)`);
0 commit comments