Skip to content

Commit 1febb71

Browse files
committed
test(main): run last suite on dev port 9005
1 parent 7b79fba commit 1febb71

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
@@ -349,7 +349,7 @@ describe('angular-fullstack:app', function() {
349349
};
350350

351351
beforeEach(function() {
352-
return runGen(testOptions).then(_dir => {
352+
return runGen(testOptions, {options: {devPort: '9005'}}).then(_dir => {
353353
dir = _dir;
354354
lintResult = runCmd('gulp lint:scripts');
355355
clientTestResult = runCmd('gulp test:client');

0 commit comments

Comments
 (0)