Clear watchman cache before each test
This commit is contained in:
parent
4d6adb9835
commit
e1e567a1d5
|
@ -48,6 +48,7 @@ open_chrome() {
|
|||
}
|
||||
|
||||
start_packager() {
|
||||
watchman watch-del-all || true
|
||||
./node_modules/react-native/packager/packager.sh | tee "$PACKAGER_OUT" &
|
||||
|
||||
while :; do
|
||||
|
|
Loading…
Reference in New Issue