#!/bin/sh

set -e

tap -R spec test/parallel/*.js test/ours/*.js
