Skip to content

Commit 78eba97

Browse files
committed
Fix Gruntfile.js
1 parent ad0d4d3 commit 78eba97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Gruntfile.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@ module.exports = function(grunt) {
2727
},
2828

2929
karma: {
30-
angular11: {
30+
angular12: {
3131
options: {
3232
keepalive: true,
33-
configFile: 'karma-angular-1.1.conf.js',
33+
configFile: 'karma-angular-1.2.conf.js',
3434
autoWatch: false,
3535
singleRun: true
36-
}
36+
}
3737
},
38-
angular12: {
38+
angular13: {
3939
options: {
4040
keepalive: true,
41-
configFile: 'karma-angular-1.2.conf.js',
41+
configFile: 'karma-angular-1.3.conf.js',
4242
autoWatch: false,
4343
singleRun: true
4444
}
4545
},
46-
angular13: {
46+
angular14: {
4747
options: {
4848
keepalive: true,
49-
configFile: 'karma-angular-1.3.conf.js',
49+
configFile: 'karma-angular-1.4.conf.js',
5050
autoWatch: false,
5151
singleRun: true
5252
}

0 commit comments

Comments
 (0)