#!/bin/sh
set -e
cat test.js | sed -e "s|require('./')|require('arr-diff')|g" > test-modified.js
mocha test-modified.js
