Juho Teperi 14c43e066f Run all tests on their own directories
This allows running figwheel on main folder, without node_modules from
tests messing the environment.
2017-10-13 15:02:10 +03:00

5 lines
125 B
Bash
Executable File

#!/bin/bash
set -ex
lein with-profile test do clean, doo chrome-headless client once
test -f out/node_modules/react/react.js