From 5f19b2c9762a3996e5792d2611489ebfe576aedc Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 24 Feb 2022 19:33:35 +0900 Subject: [PATCH] try it --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 + +--- + ## まとめ - 何を・どうやってテストするのか