diff options
| author | Chirayu Krishnappa | 2013-03-08 15:37:56 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-04-04 09:28:23 -0700 | 
| commit | 139c5320191ec5e9f37ba689c5e8e917087f6bfb (patch) | |
| tree | f10def71eb791afcbd7b79d7eb29d31f1a337147 /i18n/run-tests.sh | |
| parent | e5b57bf01c3e71a7048ef07986628f8809281dbe (diff) | |
| download | angular.js-139c5320191ec5e9f37ba689c5e8e917087f6bfb.tar.bz2 | |
chore($ngLocale): refactor slurper & 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/ | 
