Geomap: use a common configuration builder to find location fields (#36768)

This commit is contained in:
Ryan McKinley
2021-07-15 12:00:19 -07:00
committed by GitHub
parent dc5778c303
commit 8de218d5f1
21 changed files with 534 additions and 296 deletions

View File

@@ -8,6 +8,9 @@ module.exports = {
transform: {
'^.+\\.(ts|tsx|js|jsx)$': 'ts-jest',
},
transformIgnorePatterns: [
'node_modules/(?!(ol)/)', // <- exclude the open layers library
],
moduleDirectories: ['node_modules', 'public'],
roots: ['<rootDir>/public/app', '<rootDir>/public/test', '<rootDir>/packages', '<rootDir>/scripts'],
testRegex: '(\\.|/)(test)\\.(jsx?|tsx?)$',