File: kaocha

package info (click to toggle)
ordered-clojure 1.15.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 22; sh: 19
file content (5 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env bash

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

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