mirror of https://github.com/sveltejs/svelte
parent
50c551009c
commit
e263a28ec8
@ -1,5 +1,3 @@
|
|||||||
import { test } from '../../test';
|
import { test } from '../../test';
|
||||||
|
|
||||||
export default test({
|
export default test({});
|
||||||
html: '<p>prop value</p>'
|
|
||||||
});
|
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
import { test } from '../../test';
|
import { test } from '../../test';
|
||||||
|
|
||||||
export default test({
|
export default test({});
|
||||||
html: '<p>prop value</p>'
|
|
||||||
});
|
|
||||||
|
|||||||
Loading…
Reference in new issue