-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
In our test-utils we maintain a set of helper and configuration sets that reference the models package.
Further our models package is buildable in addition depends on a couple of pre-build steps to generate docs and type annotations.
This causes the task graph to be more complex that necessary.
To fix this we have to:
- extract all code depending on
@code-pushup/modelsinto a new project ´test-fixtures´ - we can also free the dependency of
test-nx-utilstoutilswhich in turn references models.
| View | Before | After |
|---|---|---|
| Project | ![]() |
![]() |
| Task | ![]() |
![]() |



