To speed up Jest tests paired with ts-jest , add the following to jest.config.js : globals: { "ts-jest": { isolatedModules: true, } ...
確定! 回上一頁