From ff0e2195bc3097a89c485b1129f14959a34827a3 Mon Sep 17 00:00:00 2001 From: "Piotr.Bialas" Date: Mon, 11 Sep 2023 11:39:19 +0200 Subject: [PATCH] 7 --- __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 705658b4..27935e45 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 = 7; + var value = 8; var animation = new PromiseAnimation({ animation: function() { value++; } });