Skip to content

Commit

Permalink
Mention Deno in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Sep 8, 2021
1 parent c574156 commit 489f39b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ There are still improvements to be made since fuzz tests will report
all their logs instead of just the simplest one,
but this is already super useful for unit tests.

### Deno runtime

By default, `elm-test-rs` runs the tests with Node.
It is possible however to run the tests with [Deno][deno] instead of Node with `elm-test-rs --deno`.
This makes testing more accessible in places where Node is tedious to install.

[deno]: https://deno.land/

### Verbosity

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

0 comments on commit 489f39b

Please sign in to comment.