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