We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c927c commit cc90b75Copy full SHA for cc90b75
jest.config.js
@@ -38,7 +38,7 @@ module.exports = {
38
'<rootDir>/src/generated',
39
// Ignore Compiled folders
40
'<rootDir>/src/fields/components/(Checkbox|CreatableSelect|Input|EmptyDiv|MaterialSelect|RadioGroup|ReactSelect|RichTextEditor)/dist',
41
- '<rootDir>/src/fields/utils/(enum-utils|parse-values)/dist',
+ '<rootDir>/src/parsers/(enum-utils|parse-values)/dist',
42
'<rootDir>/src/fields/interceptors/(translate-currency|translate-range-date|translate-ratings)/dist',
43
],
44
testEnvironment: 'jsdom',
0 commit comments