Skip to content

Commit fc53e92

Browse files
chore(karma): remove unused files.test from files.js
1 parent cc8d89d commit fc53e92

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

config/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

files.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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 [

0 commit comments

Comments
 (0)