We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb25b3 commit ca8485eCopy full SHA for ca8485e
jest.config.ts
@@ -10,7 +10,6 @@ const config: JestConfigWithTsJest = {
10
'^openai$': '<rootDir>/src/index.ts',
11
'^openai/(.*)$': '<rootDir>/src/$1',
12
},
13
- setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
14
modulePathIgnorePatterns: [
15
'<rootDir>/ecosystem-tests/',
16
'<rootDir>/dist/',
0 commit comments