mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:22:31 +00:00
remove jest-setup.ts from zitadel-react
This commit is contained in:
@@ -1 +0,0 @@
|
||||
import '@testing-library/jest-dom/extend-expect'
|
||||
@@ -3,7 +3,7 @@ import type { JestConfigWithTsJest } from 'ts-jest'
|
||||
const jestConfig: JestConfigWithTsJest = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'jsdom',
|
||||
setupFilesAfterEnv: [ '<rootDir>/jest-setup.ts' ]
|
||||
setupFilesAfterEnv: [ '@testing-library/jest-dom/extend-expect' ]
|
||||
}
|
||||
|
||||
export default jestConfig
|
||||
Reference in New Issue
Block a user