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