mirror of https://github.com/sveltejs/svelte
parent
0b0d468ed1
commit
cd2ee2519d
@ -1,10 +1,8 @@
|
|||||||
import { test } from '../../test';
|
import { test } from '../../test';
|
||||||
|
|
||||||
export default test({
|
export default test({
|
||||||
skip: true,
|
|
||||||
error: {
|
error: {
|
||||||
code: '',
|
code: 'illegal-store-subscription',
|
||||||
message:
|
message: 'Cannot subscribe to stores that are not declared at the top level of the component'
|
||||||
'Stores must be declared at the top level of the component (this may change in a future version of Svelte)'
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1,10 +1,8 @@
|
|||||||
import { test } from '../../test';
|
import { test } from '../../test';
|
||||||
|
|
||||||
export default test({
|
export default test({
|
||||||
skip: true,
|
|
||||||
error: {
|
error: {
|
||||||
code: '',
|
code: 'illegal-store-subscription',
|
||||||
message:
|
message: 'Cannot subscribe to stores that are not declared at the top level of the component'
|
||||||
'Stores must be declared at the top level of the component (this may change in a future version of Svelte)'
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in new issue