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