mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
fix(design-system): fix typist tests
This commit is contained in:
parent
b3c384421b
commit
4c3f5de0f6
7 changed files with 35 additions and 15 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
preset: 'ts-jest',
|
||||
testEnvironment: 'enzyme',
|
||||
reporters: ['default', './jest-reporter'],
|
||||
setupFilesAfterEnv: ['jest-enzyme', 'jest-styled-components'],
|
||||
setupFilesAfterEnv: ['jest-enzyme', 'jest-styled-components', './hack/jestSetup.ts'],
|
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, {
|
||||
prefix: '<rootDir>/',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue