2025-05-12から1日間の記事一覧

Vite+React+TypeScript+Jestでテスト駆動開発 TDD test driven development

JestによるReactTS のunit test手順 npm create vite@latest npm install --save-dev jest @testing-library/react @testing-library/jest-dom ts-jest @types/jest jest-environment-jsdom jest.config.js を作成 export default { preset: "ts-jest", test…