When running npm run build in the backend, two directories appear under dist:
The test directory should not appear there, as the tests should not be transpiled into JS.
After this issue was fixed, the change that happened in #23 should also be reverted.