mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
8f17c30de6
This avoids unnecessary mocking and tests against the real systemd API Change-type: patch
10 lines
199 B
YAML
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'
|