File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,26 @@ module.exports = function(grunt) {
27
27
} ,
28
28
29
29
karma : {
30
- angular11 : {
30
+ angular12 : {
31
31
options : {
32
32
keepalive : true ,
33
- configFile : 'karma-angular-1.1 .conf.js' ,
33
+ configFile : 'karma-angular-1.2 .conf.js' ,
34
34
autoWatch : false ,
35
35
singleRun : true
36
- }
36
+ }
37
37
} ,
38
- angular12 : {
38
+ angular13 : {
39
39
options : {
40
40
keepalive : true ,
41
- configFile : 'karma-angular-1.2 .conf.js' ,
41
+ configFile : 'karma-angular-1.3 .conf.js' ,
42
42
autoWatch : false ,
43
43
singleRun : true
44
44
}
45
45
} ,
46
- angular13 : {
46
+ angular14 : {
47
47
options : {
48
48
keepalive : true ,
49
- configFile : 'karma-angular-1.3 .conf.js' ,
49
+ configFile : 'karma-angular-1.4 .conf.js' ,
50
50
autoWatch : false ,
51
51
singleRun : true
52
52
}
You can’t perform that action at this time.
0 commit comments