From c46a448ede4675b73733be9af4ed4faa29b93b5e Mon Sep 17 00:00:00 2001 From: direeX Date: Mon, 11 Sep 2023 11:19:28 +0200 Subject: [PATCH] dominik var value number = 1 --- __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 4e460f32..ef00e66c 100644 --- a/__tests__/animation.spec.js +++ b/__tests__/animation.spec.js @@ -5,7 +5,7 @@ var Q = require('q'); describe('Promise animation', function() { it('Will execute the closure', function() { - var value = 0; + var value = 1; var closure = function() { value++; };