Skip to content

Commit 804589f

Browse files
committed
refactor: jest 실행 오류 해결
1 parent d961a57 commit 804589f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const createJestConfig = nextJest({
77

88
// Add any custom config to be passed to Jest
99
const customJestConfig = {
10-
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts', '<rootDir>/setupTests.ts'],
10+
setupFilesAfterEnv: [],
1111
testEnvironment: 'jest-fixed-jsdom',
1212
testEnvironmentOptions: {
1313
customExportConditions: [''],

jest.setup.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)