#!/bin/sh
set -e
cp -R test test_installed
sed -i test_installed/*js -e "s|( '../' )|('vlq')|g"
node test_installed/
