diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-24 15:38:37 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-24 15:38:37 +0100 | 
| commit | ef7912256cb4765d553b002c24b9752c2d5096ac (patch) | |
| tree | 59b574dbda693dc5f1b2605272a6eff3b23802f2 /jest.config.ts | |
| parent | fe5d74a864ddd1429b0753a3984c45b2392176d2 (diff) | |
| parent | 0bb6411ee9fce02c2e5680f2be5740a1bbb508ad (diff) | |
feat: use mdx for pages
Diffstat (limited to 'jest.config.ts')
| -rw-r--r-- | jest.config.ts | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/jest.config.ts b/jest.config.ts index 7376d41..5add44d 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -93,6 +93,7 @@ const config = {      '^@i18n/(.*)$': '<rootDir>/src/i18n/$1',      '^@assets/(.*)$': '<rootDir>/src/assets/$1',      '^@config/(.*)$': '<rootDir>/src/config/$1', +    '^@content/(.*)$': '<rootDir>/src/content/$1',      '^@components/(.*)$': '<rootDir>/src/components/$1',      '^@hooks/(.*)$': '<rootDir>/src/hooks/$1',      '^@pages/(.*)$': '<rootDir>/src/pages/$1', | 
