Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
test(@angular-devkit/core): add missing parameter in angular-workspac…
Browse files Browse the repository at this point in the history
…e.json

In a6767dc, a defaultProject was added to workspaceJson in workspace_spec, which hasn't been
synced with tests/@angular_devkit/workspace/angular-workspace.json as expected. This was breaking
the related tests with more than one project, like in #739.
  • Loading branch information
nlm-pro authored and hansl committed May 10, 2018
1 parent e7887cc commit fa1e740
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1,
"newProjectRoot": "./projects",
"defaultProject": "app",
"cli": {
"$globalOverride": "${HOME}/.angular-cli.json",
"schematics": {
Expand Down

0 comments on commit fa1e740

Please sign in to comment.