Files: 9d1e63bc283a3fb6d5117ccde8391ab0a644053f / statechart-examples / test.cljs.edn
466 bytesRaw
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 | |
6 | ;; uncomment to launch tests in a headless environment |
7 | ;; you will have to figure out the path to chrome on your system |
8 | ;; :launch-js ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" "--headless" "--disable-gpu" "--repl" :open-url] |
9 | } |
10 | {:main statechart-examples.test-runner} |
11 |
Built with git-ssb-web