balena-supervisor/test/integration/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
..
application-manager.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
commit.spec.ts Migrate simple legacy tests to test/unit and test/integration 2022-10-18 20:36:53 -03:00
images.spec.ts Update typescript to v5 2024-03-05 15:33:56 -03:00
network.spec.ts Update typescript to v5 2024-03-05 15:33:56 -03:00
service.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
volume-manager.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00
volume.spec.ts Split compose types into interface and implementation 2024-05-27 14:36:03 -04:00