mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 16:44:25 +00:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
lein with-profile dev,react-16 do clean, doo chrome-headless test once
|
|
test -f target/cljsbuild/test/out/cljsjs/react/development/react.inc.js
|