Skip to content

Commit

Permalink
fix(test): closes #437
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Mar 18, 2016
1 parent 3c1fd7f commit d80c76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Error.stackTraceLimit = Infinity;
// Prefer CoreJS over the polyfills above
require('core-js');

require('zone.js/dist/zone-microtask.js');
require('zone.js/dist/zone.js');
require('zone.js/dist/long-stack-trace-zone.js');
require('zone.js/dist/jasmine-patch.js');

Expand Down

0 comments on commit d80c76a

Please sign in to comment.