mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0`
|
|
|
|
# $1 is an opportunity to give -u
|
|
|
|
jest $1 &&
|
|
./flow/test.sh $1
|