Skip to content

Commit

Permalink
chore(bundles): add http and router mocks to angular2-testing
Browse files Browse the repository at this point in the history
Closes #5830
  • Loading branch information
pkozlowski-opensource committed Dec 14, 2015
1 parent f83f4ac commit 539c563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build/webpack/angular2-testing.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ exports.instrumentation = require('angular2/instrumentation');
exports.upgrade = require('angular2/upgrade');
// this is the only difference as compared to the angular2.umd.js bundle
exports.testing = require('angular2/testing');
exports.http.testing = require('angular2/http/testing');
exports.router.testing = require('angular2/router/testing');

0 comments on commit 539c563

Please sign in to comment.