mirror of https://github.com/sveltejs/svelte
parent
c33dae0d4a
commit
a80259a6fc
@ -1,6 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
test(assert, target, snapshot, component, window) {
|
test(assert, target, snapshot, component, window) {
|
||||||
// console.log(window.document.querySelectorAll('meta'));
|
assert.equal(window.document.querySelectorAll('meta').length, 2);
|
||||||
// assert.equal(window.document.querySelectorAll('meta').length, 2);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in new issue