Skip to content

Commit

Permalink
Fix #164 Error on a page rendered via controller mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock authored and alansemenov committed Apr 29, 2024
1 parent e0e7fe2 commit 53a2f97
Show file tree
Hide file tree
Showing 7 changed files with 525 additions and 4 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
moduleNameMapper: {
'/guillotine/(.*)': '<rootDir>/src/main/resources/guillotine/$1',
'/lib/app-metafields/(.*)': '<rootDir>/src/main/resources/lib/app-metafields/$1',
'/site/(.*)': '<rootDir>/src/main/resources/site/$1',
},
preset: 'ts-jest/presets/js-with-babel-legacy',
testEnvironment: 'node',
Expand Down
Loading

0 comments on commit 53a2f97

Please sign in to comment.