We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863f7c commit a9d238cCopy full SHA for a9d238c
src/test/main.test.js
@@ -339,7 +339,7 @@ describe('angular-fullstack:app', function() {
339
if(!process.env.SKIP_E2E) {
340
it('should run e2e tests successfully', function() {
341
this.retries(2);
342
- return runCmd('grunt test').should.be.fulfilled();
+ return runCmd('grunt test:e2e').should.be.fulfilled();
343
});
344
345
it('should run e2e tests successfully for production app', function() {
0 commit comments