balena-supervisor/test/legacy
Felipe Lalanne c1e6dadeb4 Create test/unit and test/integration folders
This sets up the new `test/unit` and `test/integration` folders
and starts classification of some of the test files.

Note that unit tests include, `fs-utils` and `system-info` tests.

While these tests interact with the filesystem, the implementation
of these modules is simple enough, and the tests are fast enough to
allow these tests to fall under the `unit` test category (according to
test/README)

Change-type: patch
2022-08-24 14:28:36 -04:00
..
src Create test/unit and test/integration folders 2022-08-24 14:28:36 -04:00
.mocharc.js Create test/unit and test/integration folders 2022-08-24 14:28:36 -04:00
01-constants.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
02-db.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
03-config.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
05-device-state.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
06-validation.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
07-blink.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
08-event-tracker.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
09-network.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
10-api-binder.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
11-logger.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
12-device-config.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
14-conversions.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
15-ports.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
16-config-utils.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
18-startup.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
19-compose-utils.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
21-supervisor-api.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
22-local-mode.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
23-contracts.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
24-deltas.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
25-journald.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
27-extlinux-config.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
28-db-format.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
29-append-directive.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
30-fdt-directive.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
31-docker-utils.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
33-extra-uenv-config.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
34-firewall.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
35-os-release.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
37-odmdata-config.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
39-compose-commit.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
40-target-state.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
41-device-api-v1.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
42-device-api-v2.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
43-splash-image.spec.ts Move the current test suite under test/legacy 2022-08-22 17:21:51 -04:00
fixtures.ts Create test/unit and test/integration folders 2022-08-24 14:28:36 -04:00