1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00
Files
element-web/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);