Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 77aeb84

Browse files
authored
chore: remove testing libs from systemjs.config (#2247)
They belong in the testing shim files
1 parent f823605 commit 77aeb84

File tree

4 files changed

+1
-31
lines changed

4 files changed

+1
-31
lines changed

public/docs/_examples/quickstart/ts/systemjs.config.1.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@
2424
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
2525
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
2626

27-
// angular testing umd bundles
28-
'@angular/core/testing': 'npm:@angular/core/bundles/core-testing.umd.js',
29-
'@angular/common/testing': 'npm:@angular/common/bundles/common-testing.umd.js',
30-
'@angular/compiler/testing': 'npm:@angular/compiler/bundles/compiler-testing.umd.js',
31-
'@angular/platform-browser/testing': 'npm:@angular/platform-browser/bundles/platform-browser-testing.umd.js',
32-
'@angular/platform-browser-dynamic/testing': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js',
33-
'@angular/http/testing': 'npm:@angular/http/bundles/http-testing.umd.js',
34-
'@angular/router/testing': 'npm:@angular/router/bundles/router-testing.umd.js',
35-
'@angular/forms/testing': 'npm:@angular/forms/bundles/forms-testing.umd.js',
36-
3727
// other libraries
3828
'rxjs': 'npm:rxjs',
3929
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',

public/docs/_examples/systemjs.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
2424
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
2525

26-
// angular testing umd bundles
27-
'@angular/core/testing': 'npm:@angular/core/bundles/core-testing.umd.js',
28-
'@angular/common/testing': 'npm:@angular/common/bundles/common-testing.umd.js',
29-
'@angular/compiler/testing': 'npm:@angular/compiler/bundles/compiler-testing.umd.js',
30-
'@angular/platform-browser/testing': 'npm:@angular/platform-browser/bundles/platform-browser-testing.umd.js',
31-
'@angular/platform-browser-dynamic/testing': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js',
32-
'@angular/http/testing': 'npm:@angular/http/bundles/http-testing.umd.js',
33-
'@angular/router/testing': 'npm:@angular/router/bundles/router-testing.umd.js',
34-
'@angular/forms/testing': 'npm:@angular/forms/bundles/forms-testing.umd.js',
35-
3626
// other libraries
3727
'rxjs': 'npm:rxjs',
3828
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',

public/docs/_examples/systemjs.config.plunker.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'@angular/router': 'ng:router-builds/master/bundles/router.umd.js',
3939
'@angular/forms': 'ng:forms-builds/master/bundles/forms.umd.js',
4040

41-
// angular testing umd bundles
41+
// angular testing umd bundles (overwrite the shim mappings)
4242
'@angular/core/testing': 'ng:core-builds/master/bundles/core-testing.umd.js',
4343
'@angular/common/testing': 'ng:common-builds/master/bundles/common-testing.umd.js',
4444
'@angular/compiler/testing': 'ng:compiler-builds/master/bundles/compiler-testing.umd.js',

public/docs/_examples/systemjs.config.plunker.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@
3535
'@angular/router': 'npm:@angular/router/bundles/router.umd.js',
3636
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
3737

38-
// angular testing umd bundles
39-
'@angular/core/testing': 'npm:@angular/core/bundles/core-testing.umd.js',
40-
'@angular/common/testing': 'npm:@angular/common/bundles/common-testing.umd.js',
41-
'@angular/compiler/testing': 'npm:@angular/compiler/bundles/compiler-testing.umd.js',
42-
'@angular/platform-browser/testing': 'npm:@angular/platform-browser/bundles/platform-browser-testing.umd.js',
43-
'@angular/platform-browser-dynamic/testing': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js',
44-
'@angular/http/testing': 'npm:@angular/http/bundles/http-testing.umd.js',
45-
'@angular/router/testing': 'npm:@angular/router/bundles/router-testing.umd.js',
46-
'@angular/forms/testing': 'npm:@angular/forms/bundles/forms-testing.umd.js',
47-
4838
// other libraries
4939
'rxjs': 'npm:rxjs',
5040
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',

0 commit comments

Comments
 (0)