The src/
directory contains your entire application code, including JavaScript, and tests.
The rest of the folders and files only exist to make your life easier, and should not need to be touched.
For more in-depth structure, see the developer-guide.md.
(If they do have to be changed, please submit an issue!)
For a thorough explanation of the testing procedure, see the testing documentation!
Unit tests live in src/tests/
directories right next to the components being tested
and are run with npm test
.