mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-01 19:46:44 +00:00
652b596c80
We add a bunch of additional unit tests, and also a coverage report using istanbul. The tests are not meant to cover everything, but they're a first attempt at having *some* unit testing on the supervisor. There's much to improve but hopefully it helps catch obvious errors. Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
/node_modules/
|
|
/automation/node_modules/
|
|
/automation/meta-resin/
|
|
/meta-resin/
|
|
*.swp
|
|
/data/
|
|
/build/
|
|
/dist/
|
|
tools/dind/config/
|
|
tools/dind/config.json*
|
|
tools/dind/apps.json
|
|
test/data/config.json
|
|
test/data/config-apibinder.json
|
|
test/data/*.sqlite
|
|
test/data/led_file
|
|
/coverage/
|
|
report.xml
|