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