diff --git a/jest.config.js b/jest.config.js index 5ca44c8..fd26b2d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -15,7 +15,7 @@ const customJestConfig = { '!src/**/*.d.ts', '!src/**/*.stories.{js,jsx,ts,tsx}', ], - moduleNameMapping: { + moduleNameMapper: { '^@/(.*)$': '/src/$1', }, }