We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To support unit tests in Node.js and Browser, we write all of our unit tests inside of test/unit.
test/unit
As a modus operandi, we will create one file in test/unit for every file in src/.
src/
Example
src/animals/dog.js --> test/unit/animals/dog.js
src/animals/dog.js
test/unit/animals/dog.js