1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-30 16:24:49 +03:00
matrix-react-sdk/test/all-tests.js
2016-04-07 17:49:39 +01:00

8 lines
204 B
JavaScript

// all-tests.js
//
// 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);