Fix schrödingtest
This commit is contained in:
parent
6311531550
commit
34fee901ca
@ -10,9 +10,9 @@ test('time moves', function(assert) {
|
|||||||
animatora.start();
|
animatora.start();
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
assert.notEqual(animatora._time, 0);
|
assert.notEqual(animatora._time, 0);
|
||||||
|
animatora.pause();
|
||||||
done();
|
done();
|
||||||
}, 20)
|
}, 20)
|
||||||
animatora.pause();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test("rescale should resume animation if previously playing", function(assert){
|
test("rescale should resume animation if previously playing", function(assert){
|
||||||
|
Loading…
Reference in New Issue
Block a user