Jest を触りたいときに、すぐに環境を用意するためのワンライナーコマンド。
これで Jest + TypeScript の環境が出来上がる。
npm init -y && npm i -D jest ts-jest typescript @types/jest && npx ts-jest config:init
70_10
Jest を触りたいときに、すぐに環境を用意するためのワンライナーコマンド。
これで Jest + TypeScript の環境が出来上がる。
npm init -y && npm i -D jest ts-jest typescript @types/jest && npx ts-jest config:init