@@ -95,7 +95,7 @@ describe('angular-fullstack generator', function () {
9595 this . timeout ( 60000 ) ;
9696 gen . run ( { } , function ( ) {
9797 exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
98- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Done, without errors. ' ) ;
98+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
9999 done ( ) ;
100100 } ) ;
101101 } ) ;
@@ -175,7 +175,7 @@ describe('angular-fullstack generator', function () {
175175 this . timeout ( 60000 ) ;
176176 gen . run ( { } , function ( ) {
177177 exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
178- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Done, without errors. ' ) ;
178+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
179179 done ( ) ;
180180 } ) ;
181181 } ) ;
@@ -210,7 +210,7 @@ describe('angular-fullstack generator', function () {
210210 this . timeout ( 60000 ) ;
211211 gen . run ( { } , function ( ) {
212212 exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
213- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Done, without errors. ' ) ;
213+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
214214 done ( ) ;
215215 } ) ;
216216 } ) ;
@@ -245,7 +245,7 @@ describe('angular-fullstack generator', function () {
245245 this . timeout ( 60000 ) ;
246246 gen . run ( { } , function ( ) {
247247 exec ( 'grunt test:client' , function ( error , stdout , stderr ) {
248- expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Done, without errors. ' ) ;
248+ expect ( stdout , 'Client tests failed \n' + stdout ) . to . contain ( 'Executed 1 of 1\u001b[32m SUCCESS\u001b ' ) ;
249249 done ( ) ;
250250 } ) ;
251251 } ) ;
0 commit comments