tree-sitter/script/test-wasm
2019-04-26 14:38:13 -07:00

12 lines
197 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd lib/web
if [ ! -d "node_modules/chai" ] || [ ! -d "node_modules/mocha" ]; then
echo "Installing test dependencies..."
npm install
fi
./node_modules/.bin/mocha