2014-05-17 19:17:09 +00:00
|
|
|
// We use Chai's expect assertions in all the tests via a global
|
2014-05-16 16:37:34 +00:00
|
|
|
GLOBAL.expect = require('chai').expect;
|
|
|
|
|
2014-05-23 18:54:59 +00:00
|
|
|
// Tests to be run are defined in test-manifest.js
|
|
|
|
require('./test-manifest.js');
|