chore(bundles): add http and router mocks to angular2-testing

Closes #5830
This commit is contained in:
Pawel Kozlowski 2015-12-11 15:40:53 +01:00
parent f83f4ace2d
commit 539c5633bf
1 changed files with 2 additions and 0 deletions

View File

@ -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');