File: kaocha

package info (click to toggle)
lambdaisland-uri-clojure 1.13.95-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: xml: 88; sh: 28; makefile: 12
file content (5 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env bash

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

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