Skip to content

Commit 362a04b

Browse files
authored
Merge pull request angular-fullstack#2471 from angular-fullstack/last-test-9005
test(main): run last suite on dev port 9005
2 parents 7b79fba + 1febb71 commit 362a04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)