summary refs log tree commit diff stats
path: root/tests/js/readme.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-02-02 11:17:13 -0800
committerGitHub <noreply@github.com>2021-02-02 20:17:13 +0100
commit7b9b76d84069716e5b711076ba71ef77bf8a3338 (patch)
tree492a6e1c7274c8013ec26ffe29aae67d8d3b9449 /tests/js/readme.md
parentfb80d2ff85fc5db2996d6660075941e1256564fe (diff)
downloadNim-7b9b76d84069716e5b711076ba71ef77bf8a3338.tar.gz
tests/tuples/ttuples_issues.nim: test on all backends + various improvements (#16907)
* improve tests/tuples/ttuples_issues.nim: test on all backends

* address comments
Diffstat (limited to 'tests/js/readme.md')
-rw-r--r--tests/js/readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/js/readme.md b/tests/js/readme.md
new file mode 100644
index 000000000..7fcc722fa
--- /dev/null
+++ b/tests/js/readme.md
@@ -0,0 +1,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`)