@@ -96,17 +96,17 @@ module.exports = function (grunt) {
96
96
karma : {
97
97
unit : {
98
98
configFile : "test/configs/unit.conf.js" ,
99
- browsers : [ "PhantomJS " ] ,
99
+ browsers : [ "PhantomJS2 " ] ,
100
100
background : true
101
101
} ,
102
102
unit_nojquery : {
103
103
configFile : "test/configs/unit-nojquery.conf.js" ,
104
- browsers : [ "PhantomJS " ] ,
104
+ browsers : [ "PhantomJS2 " ] ,
105
105
background : true
106
106
} ,
107
107
unitci : {
108
108
configFile : "test/configs/unit.conf.js" ,
109
- browsers : [ "Firefox" , "PhantomJS " ] ,
109
+ browsers : [ "Firefox" , "PhantomJS2 " ] ,
110
110
singleRun : true ,
111
111
reporters : [ "dots" , "junit" ] ,
112
112
junitReporter : {
@@ -115,7 +115,7 @@ module.exports = function (grunt) {
115
115
} ,
116
116
unitci_nojquery : {
117
117
configFile : "test/configs/unit-nojquery.conf.js" ,
118
- browsers : [ "Firefox" , "PhantomJS " ] ,
118
+ browsers : [ "Firefox" , "PhantomJS2 " ] ,
119
119
singleRun : true ,
120
120
reporters : [ "dots" , "junit" ] ,
121
121
junitReporter : {
@@ -124,12 +124,12 @@ module.exports = function (grunt) {
124
124
} ,
125
125
e2e : {
126
126
configFile : "test/configs/e2e.conf.js" ,
127
- browsers : [ "PhantomJS " ] ,
127
+ browsers : [ "PhantomJS2 " ] ,
128
128
background : true
129
129
} ,
130
130
e2eci : {
131
131
configFile : "test/configs/e2e.conf.js" ,
132
- browsers : [ "Firefox" , "PhantomJS " ] ,
132
+ browsers : [ "Firefox" , "PhantomJS2 " ] ,
133
133
singleRun : true ,
134
134
reporters : [ "dots" , "junit" ] ,
135
135
junitReporter : {
0 commit comments