Skip to content

Commit ca8485e

Browse files
committed
fix tests
1 parent 3cb25b3 commit ca8485e

File tree

3 files changed

+202
-180
lines changed

3 files changed

+202
-180
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const config: JestConfigWithTsJest = {
1010
'^openai$': '<rootDir>/src/index.ts',
1111
'^openai/(.*)$': '<rootDir>/src/$1',
1212
},
13-
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
1413
modulePathIgnorePatterns: [
1514
'<rootDir>/ecosystem-tests/',
1615
'<rootDir>/dist/',

0 commit comments

Comments
 (0)