mirror of https://github.com/sveltejs/svelte
parent
31e5f8b5de
commit
9acef10d48
@ -0,0 +1,10 @@
|
|||||||
|
export default {
|
||||||
|
skip_if_hydrate_from_ssr: true,
|
||||||
|
skip_if_hydrate: true,
|
||||||
|
skip_if_ssr: true,
|
||||||
|
|
||||||
|
test({ assert, target }) {
|
||||||
|
const image = target.querySelector('image');
|
||||||
|
assert.equal(image.tagName, "IMAGE");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in new issue