mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
cd $BASE_DIR
|
|
|
|
|
|
../node_modules/.bin/jasmine-node spec/ --noColor && node src/closureSlurper.js
|