test.cljs.edn 455 B

12345678910
  1. ^{
  2. ;; use an alternative landing page for the tests so that we don't
  3. ;; launch the application
  4. :open-url "http://[[server-hostname]]:[[server-port]]/test.html"
  5. ;; uncomment to launch tests in a headless environment
  6. ;; you will have to figure out the path to chrome on your system
  7. ;; :launch-js ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" "--headless" "--disable-gpu" "--repl" :open-url]
  8. }
  9. {:main pos-demo.test-runner}