parent
13cead0bd0
commit
581af39288
1 changed files with 1 additions and 7 deletions
|
@ -55,17 +55,11 @@ test('templateSelection can addClass', function (assert) {
|
||||||
text: 'test'
|
text: 'test'
|
||||||
}, $container);
|
}, $container);
|
||||||
|
|
||||||
for (var i = 0; i < $container[0].classList.length; i += 1) {
|
|
||||||
if ($container[0].classList[i] === 'testclass') {
|
|
||||||
found = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
assert.ok(called);
|
assert.ok(called);
|
||||||
|
|
||||||
assert.equal(out, 'test');
|
assert.equal(out, 'test');
|
||||||
|
|
||||||
assert.ok(called);
|
assert.ok($container.hasClass('testclass'));
|
||||||
});
|
});
|
||||||
|
|
||||||
test('empty update clears the selection', function (assert) {
|
test('empty update clears the selection', function (assert) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue