mirror of https://github.com/status-im/reagent.git
Use Chrome-headless
This commit is contained in:
parent
957aa74bf4
commit
3f70c6b0f7
|
@ -10,11 +10,11 @@ dependencies:
|
|||
test:
|
||||
override:
|
||||
# Cljsjs - browser
|
||||
- lein with-profile test do clean, doo chrome client once
|
||||
- lein with-profile test do clean, doo chrome-headless client once
|
||||
- test -f out/cljsjs/react/development/react.inc.js
|
||||
|
||||
# Cljsjs - Production build - Browser
|
||||
- lein with-profile prod-test do clean, doo chrome client once
|
||||
- lein with-profile prod-test do clean, doo chrome-headless client once
|
||||
|
||||
# Node Modules - Browser
|
||||
- npm install
|
||||
|
|
Loading…
Reference in New Issue