balena-supervisor/test/unit/compose
Felipe Lalanne 94de4006a0 Split compose types into interface and implementation
This splits `App`, `Network`, `Service` and `Volume` which used to be
defined as classes into an interface and a class implementation that is
not exported. This will allow to work with just the types in some cases
and prevent circular dependencies when importing.

Change-type: patch
2024-05-27 14:36:03 -04:00
..
app.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
network.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
ports.spec.ts Update @balena/lint to v7 2024-03-01 18:27:30 -03:00
service.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
utils.spec.ts Parse container exit error message instead of status 2023-06-22 14:43:17 -07:00
volume.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00