mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
d7e13b046b
- added test suite for www interface of plugin (js files)
9 lines
168 B
Bash
Executable File
9 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
|
|
|
|
pushd $ROOT
|
|
./node_modules/.bin/mocha ./test/app-mocha-specs/test.js "$@"
|
|
popd
|