mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
8 lines
204 B
JavaScript
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);
|