feat: added support for both legacy and new design (#349)

This commit is contained in:
Waheed Ahmed
2021-06-17 16:30:57 +05:00
parent 7fd6bef14b
commit e59f11a96e
241 changed files with 16130 additions and 44 deletions

View File

@@ -6,7 +6,10 @@ module.exports = createConfig('jest', {
],
coveragePathIgnorePatterns: [
'src/setupTest.js',
'src/i18n',
'src/legacy/i18n',
'src/redesign/i18n',
'src/index.jsx',
'src/legacy/index.jsx',
'src/redesign/index.jsx',
],
});