0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

remove leftover logging

This commit is contained in:
Rich Harris 2018-10-24 09:39:13 -04:00
parent ece6aeb892
commit f46366c4e7

View File

@ -12,11 +12,9 @@ export default {
`,
test(assert, component, target) {
console.group('set');
component.set({
things: [0, 0, 0]
});
console.groupEnd();
assert.htmlEqual(target.innerHTML, `
<p>0</p>