Skip to content

Commit

Permalink
Cancellation now is turned on in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Ressin authored and petkaantonov committed Mar 26, 2015
1 parent 4201092 commit 0b2a2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/browser/promise_debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var Promise = require("../../js/browser/bluebird.min.js");
Promise.longStackTraces();
Promise.config({cancellation:true});
window.Promise = Promise;
window.adapter = Promise;
1 change: 1 addition & 0 deletions test/browser/promise_instrumented.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
var Promise = require("../../js/instrumented/bluebird.js");
window.Promise = Promise;
window.adapter = Promise;
Promise.config({cancellation:true});

0 comments on commit 0b2a2bb

Please sign in to comment.