mirror of
https://github.com/status-im/reagent.git
synced 2025-02-04 16:14:04 +00:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
rm -rf target/cljsbuild/test/
|
|
lein doo chrome-headless test once
|
|
test -f target/cljsbuild/test/out/cljsjs/react/development/react.inc.js
|