spelling: unregistered

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/7974/head
Josh Soref 4 years ago
parent 136261c25a
commit a3628ded16

@ -33,8 +33,8 @@ export default {
assert.equal(component.divs.length, 3, 'the divs array is still 3 long'); assert.equal(component.divs.length, 3, 'the divs array is still 3 long');
assert.equal(component.divs[2], null, 'the last div is unregistered'); assert.equal(component.divs[2], null, 'the last div is unregistered');
assert.equal(component.ps[2], null, 'the last p is unregistered'); assert.equal(component.ps[2], null, 'the last p is unregistered');
assert.equal(component.spans['-bar1'], null, 'the bar span is unregisterd'); assert.equal(component.spans['-bar1'], null, 'the bar span is unregistered');
assert.equal(component.hrs.bar, null, 'the bar hr is unregisterd'); assert.equal(component.hrs.bar, null, 'the bar hr is unregistered');
elems = target.querySelectorAll('div'); elems = target.querySelectorAll('div');
component.divs.forEach((e, i) => { component.divs.forEach((e, i) => {

Loading…
Cancel
Save