mirror of https://github.com/sveltejs/svelte
fix store validation code generation (#3735)
parent
8d7d0ff7dd
commit
914d155d9f
@ -1,4 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
|
compileOptions: { dev: true }, // tests `@validate_store` code generation
|
||||||
|
|
||||||
html: `
|
html: `
|
||||||
<p>42</p>
|
<p>42</p>
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in new issue