balena-supervisor/docker-compose.dev.yml
Felipe Lalanne 8f17c30de6 Replace dbus test service with mock-systemd-bus
This avoids unnecessary mocking and tests against the real systemd API

Change-type: patch
2023-08-16 14:46:58 -04:00

10 lines
199 B
YAML

version: '2.3'
services:
sut:
command: sleep infinity
volumes:
- './.mochapodrc.yml:/usr/src/app/.mochapodrc.yml'
- './src:/usr/src/app/src'
- './test:/usr/src/app/test'