Skip to content

Commit 489f39b

Browse files
committed
Mention Deno in the readme
1 parent c574156 commit 489f39b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ There are still improvements to be made since fuzz tests will report
123123
all their logs instead of just the simplest one,
124124
but this is already super useful for unit tests.
125125

126+
### Deno runtime
127+
128+
By default, `elm-test-rs` runs the tests with Node.
129+
It is possible however to run the tests with [Deno][deno] instead of Node with `elm-test-rs --deno`.
130+
This makes testing more accessible in places where Node is tedious to install.
131+
132+
[deno]: https://deno.land/
133+
126134
### Verbosity
127135

128136
By default, elm-test-rs just prints to stdout the output of the tests runner,

0 commit comments

Comments
 (0)