summary refs log tree commit diff stats
path: root/tests/js/readme.md
blob: 7fcc722fa2b727a0acda193e84ea44600c4a0bb2 (plain) (blame)
1
2
3
4
5
## notes
Prefer moving tests to a non-js directory so that they get tested across all backends automatically.
Ideally, tests/js should be reserved to code that only makes sense in js.

Note also that tests for a js specific module (e.g.: `std/jsbigints`) belong to `tests/stdlib`, (e.g.: `tests/stdlib/tjsbigints.nim`)