diff options
| author | Chirayu Krishnappa | 2013-03-08 15:37:56 -0800 |
|---|---|---|
| committer | Chirayu Krishnappa | 2013-03-20 16:19:46 -0700 |
| commit | 23abb990f10270f7992429ef83f86b83c91f75ea (patch) | |
| tree | 7b86997100842a30c03b972710822afa6d2b526c /i18n/run-tests.sh | |
| parent | 0c72708a2bb123d2772f5c6b8cb6adc61f197a72 (diff) | |
| download | angular.js-23abb990f10270f7992429ef83f86b83c91f75ea.tar.bz2 | |
chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols
Diffstat (limited to 'i18n/run-tests.sh')
| -rwxr-xr-x | i18n/run-tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i18n/run-tests.sh b/i18n/run-tests.sh new file mode 100755 index 00000000..68b13401 --- /dev/null +++ b/i18n/run-tests.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e +PARENT_DIR="$(dirname "$0")" +jasmine-node "$PARENT_DIR"/spec/ |
