Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Documentation

Table of Contents

Overview

Structure

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!)

Testing

For a thorough explanation of the testing procedure, see the testing documentation!

Unit testing

Unit tests live in src/tests/ directories right next to the components being tested and are run with npm test.