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