mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Remove some angular testing crud, integrate with regular rails config and script dirs
This commit is contained in:
9
script/ng-test.sh
Executable file
9
script/ng-test.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASE_DIR=`dirname $0`
|
||||
|
||||
echo ""
|
||||
echo "Starting Karma Server"
|
||||
echo "-------------------------------------------------------------------"
|
||||
|
||||
karma start $BASE_DIR/../config/ng-test.conf.js $*
|
||||
Reference in New Issue
Block a user