feat(INDA-383): daily stats.
[ProtonMail-WebClient.git] / jest.config.js
blobbfb2c78c3760521f2485ba3398480d41a8148f17
1 module.exports = {
2     testEnvironment: 'node',
3     testMatch: ['**/__tests__/**/*.test.js'],
4 };