babashka/script/test
2019-08-31 20:17:36 +02:00

6 lines
128 B
Bash
Executable file

#!/usr/bin/env bash
set -eo pipefail
export BABASHKA_PRELOADS='(defn __bb__foo [] "foo") (defn __bb__bar [] "bar")'
lein test