X Tutup
Skip to content

Commit 539c563

Browse files
chore(bundles): add http and router mocks to angular2-testing
Closes angular#5830
1 parent f83f4ac commit 539c563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build/webpack/angular2-testing.umd.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ exports.instrumentation = require('angular2/instrumentation');
1313
exports.upgrade = require('angular2/upgrade');
1414
// this is the only difference as compared to the angular2.umd.js bundle
1515
exports.testing = require('angular2/testing');
16+
exports.http.testing = require('angular2/http/testing');
17+
exports.router.testing = require('angular2/router/testing');

0 commit comments

Comments
 (0)
X Tutup