From f10707967af54b622c910b52ef3af6a84df53ae1 Mon Sep 17 00:00:00 2001 From: Junyu Zhan Date: Tue, 2 Mar 2021 13:58:01 +0800 Subject: [PATCH] doc: use shorthand command to run test --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fcbd45d23a..abb8c33eb69 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ yarn release Run ClojureScript tests ```bash -yarn -yarn cljs:test -node static/tests.js +yarn test ``` Run Clojure tests. (Note: `.cljc` files may be tested both by ClojureScript, and Clojure.)