Skip to content

Commit 008d45f

Browse files
committed
Make JS work again.
1 parent 6ed4967 commit 008d45f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/all.nim

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This is mainly used to test js
2+
# nim js -r .\tests\all.nim
3+
# nim cpp -r .\tests\all.nim
4+
5+
import test_arrays
6+
import test_char
7+
import test_enums
8+
import test_errors
9+
import test_fast_numbers
10+
import test_json_in_json
11+
import test_numbers
12+
import test_objects
13+
import test_options
14+
import test_parseHook
15+
import test_sets
16+
import test_strings
17+
import test_tables
18+
import test_tojson
19+
import test_tuples
20+
21+
echo "all tests pass"

0 commit comments

Comments
 (0)