mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 13:58:19 +02:00
11
This commit is contained in:
parent
c4ebd7bff0
commit
7bb21b1d5f
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue