Skip to content

Commit a9d238c

Browse files
committed
fix(gen:test:main): fix sql e2e
1 parent 4863f7c commit a9d238c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/main.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ describe('angular-fullstack:app', function() {
339339
if(!process.env.SKIP_E2E) {
340340
it('should run e2e tests successfully', function() {
341341
this.retries(2);
342-
return runCmd('grunt test').should.be.fulfilled();
342+
return runCmd('grunt test:e2e').should.be.fulfilled();
343343
});
344344

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

0 commit comments

Comments
 (0)