mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-24 00:24:44 +00:00
8 lines
147 B
Bash
8 lines
147 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
BASE_DIR=`dirname $0`
|
||
|
|
cd $BASE_DIR
|
||
|
|
|
||
|
|
|
||
|
|
/usr/bin/env jasmine-node spec/ --noColor | grep -v '/lib/jasmine' && node src/closureSlurper.js
|