8000 fix: fixes for path mappings, tests, and coverage by TheLarkInn · Pull Request #1359 · angular/angular-cli · GitHub
[go: up one dir, main page]

Skip to content

fix: fixes for path mappings, tests, and coverage #1359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub&rdqu 8000 o;, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 17, 2016
2 changes: 1 addition & 1 deletion tests/e2e/e2e_workflow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ describe('Basic end-to-end Workflow', function () {
};
fs.writeFileSync(configFilePath, JSON.stringify(config, null, 2), 'utf8');
})
.then(() => exec(`${ngBin} build`)
.then(() => exec(`${ngBin} build`))
.catch(() => {
expect('build failed where it should have succeeded').to.equal('');
});
Expand Down
0