mirror of https://github.com/sveltejs/svelte
parent
0031d8fbdd
commit
883611fd8b
@ -1,6 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
compile_error:
|
||||
'`css: "injected"` is not compatible with `customRenderer` — custom renderers do not support CSS injection'
|
||||
compile_error: "`css: 'injected'` is not compatible with `customRenderer`"
|
||||
});
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
compile_error:
|
||||
'`css: "injected"` is not compatible with `customRenderer` — custom renderers do not support CSS injection'
|
||||
compile_error: "`css: 'injected'` is not compatible with `customRenderer`"
|
||||
});
|
||||
|
||||
Loading…
Reference in new issue