Pārlūkot izejas kodu

doc: use shorthand command to run test

Junyu Zhan 4 gadi atpakaļ
vecāks
revīzija
f10707967a
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -95,9 +95,7 @@ yarn release
 Run ClojureScript tests
 Run ClojureScript tests
 
 
 ```bash
 ```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.)
 Run Clojure tests. (Note: `.cljc` files may be tested both by ClojureScript, and Clojure.)