Files
Nim/tests/js
metagn f05387045d int64/uint64 as bigint in JS (#21613)
* int64/uint64 as bigint in JS

* fix CI

* convert to compile option

* fix lie

* smaller diff, changelog entry
2023-04-11 21:20:20 +02:00
..
2020-11-14 12:51:23 +01:00
2021-03-03 11:57:34 +01:00
2021-01-20 11:08:42 +01:00
2020-11-12 09:20:10 +01:00
2021-09-29 09:32:39 +02:00
2022-10-07 15:00:15 +02:00
2020-10-31 12:06:13 +01:00

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)