- Create a folder test at the same level as the src folder
- Populate the test folder. For each production file, create a separate test file and name it as follows: <name of production file>.<Test>.js
- Mark the folder where the tests are stored as test folder.
- If necessary, have WebStorm detect and enable the required testing framework on-the-fly.

