6 lines
61 B
Bash
Executable file
6 lines
61 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
jest \
|
|
--no-cache \
|
|
./src/lib/
|