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:
parent
ece6aeb892
commit
f46366c4e7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user