This commit is contained in:
Evgeniy Kulikov 2020-07-03 15:03:06 +03:00
commit 9bf57615b0
1206 changed files with 281445 additions and 0 deletions

2
browser/tests.webpack.js Normal file
View file

@ -0,0 +1,2 @@
var context = require.context('./app', true, /-test\.js$/);
context.keys().forEach(context);