2016-04-07 17:49:39 +01:00
|
|
|
// all-tests.js
|
2016-03-24 22:59:01 +00:00
|
|
|
//
|
|
|
|
|
// Our master test file: uses the webpack require API to find our test files
|
|
|
|
|
// and run them
|
|
|
|
|
|
|
|
|
|
var context = require.context('.', true, /-test\.jsx?$/);
|
|
|
|
|
context.keys().forEach(context);
|