feat: svelte scoped css #112
Annotations
4 errors
|
Run unit tests:
packages/svelte-template-compiler/src/style/stylesheet.test.ts#L190
AssertionError: expected '[foo=\'bar\'].svelte-xyz{color:red}' to deeply equal '[foo=bar].svelte-xyz{color:red}'
Expected: "[foo=bar].svelte-xyz{color:red}"
Received: "[foo='bar'].svelte-xyz{color:red}"
❯ packages/svelte-template-compiler/src/style/stylesheet.test.ts:190:22
|
Run unit tests:
packages/svelte-template-compiler/src/style/stylesheet.test.ts#L190
AssertionError: expected '.foo.svelte-xyz{color:red}[class~=\'b…' to deeply equal '.foo.svelte-xyz{color:red}[class~="ba…'
Expected: ".foo.svelte-xyz{color:red}[class~="bar"].svelte-xyz{background:blue}"
Received: ".foo.svelte-xyz{color:red}[class~='bar'].svelte-xyz{background:blue}"
❯ packages/svelte-template-compiler/src/style/stylesheet.test.ts:190:22
|
Run unit tests
The operation was canceled.
|
Loading