#!/usr/bin/env bash

[[ -d "node_modules/ws" ]] || npm install ws

clojure -A:dev:test -m kaocha.runner "$@"
