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