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.
2 parents 7b79fba + 1febb71 commit 362a04bCopy full SHA for 362a04b
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