Skip to content

Commit fa1e740

Browse files
nlm-prohansl
authored andcommitted
test(@angular-devkit/core): add missing parameter in angular-workspace.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.
1 parent e7887cc commit fa1e740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/@angular_devkit/core/workspace/angular-workspace.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": 1,
33
"newProjectRoot": "./projects",
4+
"defaultProject": "app",
45
"cli": {
56
"$globalOverride": "${HOME}/.angular-cli.json",
67
"schematics": {

0 commit comments

Comments
 (0)