mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-17 22:34:43 +08:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
PARENT_DIR="$(dirname "$0")"
|
|
|
|
../node_modules/.bin/jasmine-node "$PARENT_DIR"/spec/
|