@@ -50,7 +50,7 @@ function runEndpointGen(name, opt={}) {
50
50
51
51
gen
52
52
. on ( 'error' , reject )
53
- . on ( 'end' , ( ) => resolve ( ) )
53
+ . on ( 'end' , ( ) => resolve ( ) ) ;
54
54
} ) ;
55
55
}
56
56
@@ -131,15 +131,15 @@ describe('angular-fullstack:app', function() {
131
131
} ) ;
132
132
133
133
if ( ! process . env . SKIP_E2E ) {
134
- // it ('should run e2e tests successfully', function() {
135
- // this.retries(2);
136
- // return runCmd('gulp test:e2e').should.be.fulfilled();
137
- // });
138
-
139
- // it ('should run e2e tests successfully for production app', function() {
140
- // this.retries(2);
141
- // return runCmd('gulp test:e2e:prod').should.be.fulfilled();
142
- // });
134
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
135
+ this . retries ( 2 ) ;
136
+ return runCmd ( 'gulp test:e2e' ) . should . be . fulfilled ( ) ;
137
+ } ) ;
138
+
139
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
140
+ this . retries ( 2 ) ;
141
+ return runCmd ( 'gulp test:e2e:prod' ) . should . be . fulfilled ( ) ;
142
+ } ) ;
143
143
}
144
144
} ) ;
145
145
@@ -243,15 +243,15 @@ describe('angular-fullstack:app', function() {
243
243
} ) ;
244
244
245
245
if ( ! process . env . SKIP_E2E ) {
246
- // it ('should run e2e tests successfully', function() {
247
- // this.retries(2);
248
- // return runCmd('gulp test:e2e').should.be.fulfilled();
249
- // });
250
-
251
- // it ('should run e2e tests successfully for production app', function() {
252
- // this.retries(2);
253
- // return runCmd('gulp test:e2e:prod').should.be.fulfilled();
254
- // });
246
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
247
+ this . retries ( 2 ) ;
248
+ return runCmd ( 'gulp test:e2e' ) . should . be . fulfilled ( ) ;
249
+ } ) ;
250
+
251
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
252
+ this . retries ( 2 ) ;
253
+ return runCmd ( 'gulp test:e2e:prod' ) . should . be . fulfilled ( ) ;
254
+ } ) ;
255
255
}
256
256
} ) ;
257
257
@@ -315,15 +315,15 @@ describe('angular-fullstack:app', function() {
315
315
} ) ;
316
316
317
317
if ( ! process . env . SKIP_E2E ) {
318
- // it ('should run e2e tests successfully', function() {
319
- // this.retries(2);
320
- // return runCmd('gulp test:e2e').should.be.fulfilled();
321
- // });
322
-
323
- // it ('should run e2e tests successfully for production app', function() {
324
- // this.retries(2);
325
- // return runCmd('gulp test:e2e:prod').should.be.fulfilled();
326
- // });
318
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
319
+ this . retries ( 2 ) ;
320
+ return runCmd ( 'gulp test:e2e' ) . should . be . fulfilled ( ) ;
321
+ } ) ;
322
+
323
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
324
+ this . retries ( 2 ) ;
325
+ return runCmd ( 'gulp test:e2e:prod' ) . should . be . fulfilled ( ) ;
326
+ } ) ;
327
327
}
328
328
} ) ;
329
329
@@ -388,15 +388,15 @@ describe('angular-fullstack:app', function() {
388
388
} ) ;
389
389
390
390
if ( ! process . env . SKIP_E2E ) {
391
- // it ('should run e2e tests successfully', function() {
392
- // this.retries(2);
393
- // return runCmd('gulp test:e2e').should.be.fulfilled();
394
- // });
395
-
396
- // it ('should run e2e tests successfully for production app', function() {
397
- // this.retries(2);
398
- // return runCmd('gulp test:e2e:prod').should.be.fulfilled();
399
- // });
391
+ it . skip ( 'should run e2e tests successfully' , function ( ) {
392
+ this . retries ( 2 ) ;
393
+ return runCmd ( 'gulp test:e2e' ) . should . be . fulfilled ( ) ;
394
+ } ) ;
395
+
396
+ it . skip ( 'should run e2e tests successfully for production app' , function ( ) {
397
+ this . retries ( 2 ) ;
398
+ return runCmd ( 'gulp test:e2e:prod' ) . should . be . fulfilled ( ) ;
399
+ } ) ;
400
400
}
401
401
} ) ;
402
402
} ) ;
0 commit comments