From a0718e53f79f1f3c4b1e54660252e63b7743dd03 Mon Sep 17 00:00:00 2001 From: "Piotr.Bialas" Date: Mon, 11 Sep 2023 11:39:41 +0200 Subject: [PATCH] 9 --- __tests__/animation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/animation.spec.js b/__tests__/animation.spec.js index 27935e45..e444e3b6 100644 --- a/__tests__/animation.spec.js +++ b/__tests__/animation.spec.js @@ -19,7 +19,7 @@ describe('Promise animation', function() { }); it('also takes animation packs', function() { - var value = 8; + var value = 9; var animation = new PromiseAnimation({ animation: function() { value++; } });