mirror of https://github.com/sveltejs/svelte
parent
13def49a46
commit
366bf0706a
@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
test(assert, component) {
|
test({ assert, component }) {
|
||||||
assert.equal(component.one.snapshot, 2);
|
assert.equal(component.one.snapshot, 2);
|
||||||
}
|
}
|
||||||
};
|
};
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue