feat: update FLCC + add enzyme (#282)

This releases FLCC to stage.
This commit is contained in:
connorhaugh
2022-04-05 14:52:50 -04:00
committed by GitHub
parent bb70e59e8c
commit 397f6c5d2e
7 changed files with 32807 additions and 957 deletions

View File

@@ -8,4 +8,10 @@ module.exports = createConfig('jest', {
'src/setupTest.js',
'src/i18n',
],
snapshotSerializers: [
'enzyme-to-json/serializer',
],
moduleNameMapper: {
'^lodash-es$': 'lodash',
},
});