From 489f39b627d1b10ae6795d1626bdf44f79c178be Mon Sep 17 00:00:00 2001 From: Matthieu Pizenberg Date: Wed, 8 Sep 2021 20:30:18 +0200 Subject: [PATCH] Mention Deno in the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abee8c1..56698c4 100644 --- a/README.md +++ b/README.md @@ -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,