Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(tests): mock .flush() added for Angular 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Apr 20, 2015
1 parent def6d3a commit 1e3f1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ beforeEach(function() {
cb.apply(this, arguments);
};
};
mockRaf.flush = angular.noop;

});

jasmine.addMatchers({
Expand Down

0 comments on commit 1e3f1a5

Please sign in to comment.