@@ -73,7 +73,7 @@ describe('angular-fullstack generator', function () {
73
73
this . timeout ( 60000 ) ;
74
74
gen . run ( { } , function ( ) {
75
75
exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
76
- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
76
+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1 SUCCESS' ) ;
77
77
done ( ) ;
78
78
} ) ;
79
79
} ) ;
@@ -160,7 +160,7 @@ describe('angular-fullstack generator', function () {
160
160
this . timeout ( 60000 ) ;
161
161
gen . run ( { } , function ( ) {
162
162
exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
163
- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
163
+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1 SUCCESS' ) ;
164
164
done ( ) ;
165
165
} ) ;
166
166
} ) ;
@@ -206,7 +206,7 @@ describe('angular-fullstack generator', function () {
206
206
this . timeout ( 60000 ) ;
207
207
gen . run ( { } , function ( ) {
208
208
exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
209
- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
209
+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1 SUCCESS' ) ;
210
210
done ( ) ;
211
211
} ) ;
212
212
} ) ;
@@ -252,7 +252,7 @@ describe('angular-fullstack generator', function () {
252
252
this . timeout ( 60000 ) ;
253
253
gen . run ( { } , function ( ) {
254
254
exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
255
- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
255
+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1 SUCCESS' ) ;
256
256
done ( ) ;
257
257
} ) ;
258
258
} ) ;
@@ -298,7 +298,7 @@ describe('angular-fullstack generator', function () {
298
298
this . timeout ( 60000 ) ;
299
299
gen . run ( { } , function ( ) {
300
300
exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
301
- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
301
+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1 SUCCESS' ) ;
302
302
done ( ) ;
303
303
} ) ;
304
304
} ) ;
0 commit comments