Skip to content

Commit d9c8a8d

Browse files
committed
update 0.0.16
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent c3b33dd commit d9c8a8d

File tree

16 files changed

+4600
-2542
lines changed

16 files changed

+4600
-2542
lines changed

twitter-openapi-typescript/jest.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
21
module.exports = {
32
preset: 'ts-jest',
43
testEnvironment: 'node',
5-
globals: {
6-
"ts-jest": {
7-
tsconfig: "<rootDir>/tsconfig.json",
8-
},
4+
transform: {
5+
"^.+\\.ts$": "ts-jest",
96
},
107
moduleNameMapper: {
118
"^@/(.*)$": "<rootDir>/src/$1",

0 commit comments

Comments
 (0)