mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-13 08:56:40 +08:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
PARENT_DIR="$(dirname "$0")"
|
|
jasmine-node "$PARENT_DIR"/spec/
|