mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
PARENT_DIR="$(dirname "$0")"
|
|
jasmine-node "$PARENT_DIR"/spec/
|