This commit is contained in:
Piotr.Bialas 2023-09-11 11:34:19 +02:00
parent c46a448ede
commit debaf9be99

View file

@ -19,7 +19,7 @@ describe('Promise animation', function() {
});
it('also takes animation packs', function() {
var value = 0;
var value = 7;
var animation = new PromiseAnimation({
animation: function() { value++; }
});