Skip to content

Commit

Permalink
Merge branch 'main' into dx/#94-add-ts-support-for-i18n-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Feb 3, 2025
2 parents c660d81 + 5c31fb5 commit 2127f88
Show file tree
Hide file tree
Showing 51 changed files with 247 additions and 134 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: Config.InitialOptions = {
setupFiles: ['jest-canvas-mock'],
setupFilesAfterEnv: ['./__mocks__/jest.setup.js'],
transformIgnorePatterns: [
'/node_modules/(?!(@repositoryname/vuex-generators|@masterportal/masterportalapi|ol|geotiff|quick-lru|color-(space|parse|rgba|name))/)',
'/node_modules/(?!(@repositoryname/vuex-generators|@masterportal/masterportalapi|ol|pbf|earcut|geotiff|rbush|quickselect|quick-lru|color-(space|parse|rgba|name))/)',
],
}

Expand Down
Loading

0 comments on commit 2127f88

Please sign in to comment.