test: fix undefines

pull/502/head
Noj Vek 5 years ago
parent 5a730f9e93
commit 237c63b922

@ -66,11 +66,6 @@ describe('snabbdom', function () {
sel: 'div#id.foo.bar', sel: 'div#id.foo.bar',
data: { data: {
sel: '#id.foo.bar', sel: '#id.foo.bar',
data: {},
elm: undefined,
text: undefined,
key: undefined,
children: undefined,
}, },
children: [], children: [],
elm: undefined, elm: undefined,

Loading…
Cancel
Save