2017-10-13 12:02:10 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
2019-12-17 20:50:14 +00:00
|
|
|
rm -rf target/cljsbuild/test/
|
2020-03-22 13:22:11 +00:00
|
|
|
COVERAGE=1 lein doo chrome-headless test once
|
2017-10-18 11:25:41 +00:00
|
|
|
test -f target/cljsbuild/test/out/cljsjs/react/development/react.inc.js
|