Install Jest. npm install --save-dev jest ts-jest @types/jest. Create a jestconfig.json. { "transform": { "^.+\\.(t|j)sx?$": "ts-jest" } ...
確定! 回上一頁