Explorar el Código

doc: use shorthand command to run test

Junyu Zhan hace 4 años
padre
commit
f10707967a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      README.md

+ 1 - 3
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.)