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 c3b33dd commit d9c8a8dCopy full SHA for d9c8a8d
twitter-openapi-typescript/jest.config.js
@@ -1,11 +1,8 @@
1
-/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2
module.exports = {
3
preset: 'ts-jest',
4
testEnvironment: 'node',
5
- globals: {
6
- "ts-jest": {
7
- tsconfig: "<rootDir>/tsconfig.json",
8
- },
+ transform: {
+ "^.+\\.ts$": "ts-jest",
9
},
10
moduleNameMapper: {
11
"^@/(.*)$": "<rootDir>/src/$1",
0 commit comments