diff --git a/README.md b/README.md index a06e30b..15bd358 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,12 @@ $ npx eslint --fix . # 実行と自動修正 --- +## ESLint を試してみる + +https://eslint.org/demo + +--- + ## Jest https://jestjs.io/ja @@ -248,6 +254,23 @@ $ npx jest # 実行 --- +## Jest を試してみる + + + +--- + ## Playwright https://playwright.dev @@ -267,6 +290,12 @@ $ npx playwright test # テストの実行 --- +## Playwright を試してみる + +https://try.playwright.tech + +--- + ## まとめ - 何を・どうやってテストするのか