We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c574156 commit 489f39bCopy full SHA for 489f39b
README.md
@@ -123,6 +123,14 @@ There are still improvements to be made since fuzz tests will report
123
all their logs instead of just the simplest one,
124
but this is already super useful for unit tests.
125
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
134
### Verbosity
135
136
By default, elm-test-rs just prints to stdout the output of the tests runner,
0 commit comments