This commit is contained in:
Piotr.Bialas 2023-09-11 11:51:10 +02:00
parent c4ebd7bff0
commit 7bb21b1d5f

View file

@ -5,7 +5,7 @@ var Q = require('q');
describe('Promise animation', function() {
it('Will execute the closure', function() {
var value = 10;
var value = 11;
var closure = function() {
value++;
};