#!/bin/bash

# bootstrap environment
source script/bootstrap

node test/run-tests.js
