File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module.exports = function (karma) {
4040 // Set up systemjs paths
4141 configFile : 'config/system.config.js' ,
4242 // These files are served by Karma, but loaded using SystemJS
43- files : [ 'src/**/*.ts' ] . concat ( files . testUtils , files . test ) ,
43+ files : [ 'src/**/*.ts' ] . concat ( files . testUtils ) ,
4444 // karma-systemjs kludge: This is turned into a regexp and used to load specs into Karma
4545 testFileSuffix : "/test/\\S+.[tj]s"
4646 } ,
Original file line number Diff line number Diff line change @@ -11,24 +11,6 @@ routerFiles = {
1111 'test/compat/matchers.js'
1212 ] ,
1313
14- // Tests to load
15- test : [
16- 'test/commonSpec.js' ,
17- 'test/globSpec.js' ,
18- 'test/resolveSpec.js' ,
19- 'test/stateDirectivesSpec.js' ,
20- 'test/stateEventsSpec.js' ,
21- 'test/stateFiltersSpec.js' ,
22- 'test/stateSpec.js' ,
23- 'test/templateFactorySpec.js' ,
24- 'test/transitionSpec.js' ,
25- 'test/urlMatcherFactorySpec.js' ,
26- 'test/urlRouterSpec.js' ,
27- 'test/viewDirectiveSpec.js' ,
28- 'test/viewScrollSpec.js' ,
29- 'test/compat/matchers.js'
30- ] ,
31-
3214 // Returns necessary files for a specific version of angular
3315 angular : function ( version ) {
3416 return [
You can’t perform that action at this time.
0 commit comments