reagent/test-environments/browser-npm/test.sh

6 lines
159 B
Bash
Raw Normal View History

2018-04-03 07:33:01 +00:00
#!/bin/bash
set -ex
2019-12-17 20:50:14 +00:00
rm -rf target/cljsbuild/test-npm/
lein doo chrome-headless test-npm once
2018-04-03 07:33:01 +00:00
test -f target/cljsbuild/test-npm/out/node_modules/react/index.js