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