mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
4 lines
52 B
Bash
Executable file
4 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn test
|