From c4ebd7bff09913c687fece41c851f742322a6218 Mon Sep 17 00:00:00 2001 From: direeX Date: Mon, 11 Sep 2023 11:47:31 +0200 Subject: [PATCH] dominik var value number = 10 --- __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 3a01ca97..d5b4ac15 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 = 9; + var value = 10; var closure = function() { value++; };