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 7b79fba commit 1febb71Copy full SHA for 1febb71
src/test/main.test.js
@@ -349,7 +349,7 @@ describe('angular-fullstack:app', function() {
349
};
350
351
beforeEach(function() {
352
- return runGen(testOptions).then(_dir => {
+ return runGen(testOptions, {options: {devPort: '9005'}}).then(_dir => {
353
dir = _dir;
354
lintResult = runCmd('gulp lint:scripts');
355
clientTestResult = runCmd('gulp test:client');
0 commit comments