Skip to content

Commit

Permalink
fix(gen:test:main): fix sql e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed May 4, 2016
1 parent 4863f7c commit a9d238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/main.test.js
Expand Up @@ -339,7 +339,7 @@ describe('angular-fullstack:app', function() {
if(!process.env.SKIP_E2E) {
it('should run e2e tests successfully', function() {
this.retries(2);
return runCmd('grunt test').should.be.fulfilled();
return runCmd('grunt test:e2e').should.be.fulfilled();
});

it('should run e2e tests successfully for production app', function() {
Expand Down

0 comments on commit a9d238c

Please sign in to comment.