/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8.3
resources/node_test.sh
13 строк
193 B
Glen Mailer
Ensure tests script fails if any tasks fail
06 янв 2016, 03:39
06 янв 2016, 03:39
cbded6b
Код
Авторство
О чём код?
#!/bin/bash # bail out if anything fails set -e # Run all tests using jest if [[ $TRAVIS ]] then jest -i # Travis tests are run inline else jest fi # Ensure documentation is not broken gulp