mirror of https://github.com/sveltejs/svelte
parent
ed35cdbf53
commit
76016581da
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
test(assert, component) {
|
||||
assert.equal(component.one.snapshot, 2);
|
||||
}
|
||||
};
|
Loading…
Reference in new issue