Ver Fonte

Fix autorun tests doc, close #5967

Gabriel Horner há 3 anos atrás
pai
commit
981b1ad69e
1 ficheiros alterados com 4 adições e 6 exclusões
  1. 4 6
      docs/dev-practices.md

+ 4 - 6
docs/dev-practices.md

@@ -110,12 +110,10 @@ For help on more options, run `node static/tests.js -h`.
 
 #### Autorun Tests
 
-To run tests automatically on file save, run `yarn
-shadow-cljs watch test --config-merge '{:autorun true}'`. The test output may
-appear where shadow-cljs was first invoked e.g. where `yarn watch` is running.
-Specific namespace(s) can be auto run with the `:ns-regexp` option e.g. `npx
-shadow-cljs watch test --config-merge '{:autorun true :ns-regexp
-"frontend.util.page-property-test"}'`.
+To run tests automatically on file save, run `clojure -M:test watch test
+--config-merge '{:autorun true}'`. Specific namespace(s) can be auto run with
+the `:ns-regexp` option e.g. `clojure -M:test watch test --config-merge
+'{:autorun true :ns-regexp "frontend.util.page-property-test"}'`.
 
 ## Logging