test:core
The test:core
runs unit tests on the core service.
Run npm run test:core
in the root to trigger this script.
FIXME
YYMV
Tests are an area of active ongoing development within Morio.
Under the hood, this will run:
Terminal
npm run destroy && \
./core/run-test-container.sh && \
npm run redev
In other words, this will destroy your local development environment, although it will spin it up again after running the tests.