We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd9949 commit 68f004aCopy full SHA for 68f004a
1 file changed
.github/copilot-instructions.md
@@ -91,4 +91,16 @@ AIと人間の協力により、お互いの強みを活かした自然で読み
91
テストはUnit Testのみで確認を行う
92
93
- `textlint-tester`を使用して、ルールのテストを行う
94
-- 実際にファイルを作成して、`textlint`コマンドを使ったテストは行わない
+- 実際にファイルを作成して、`textlint`コマンドを使ったテストは行わない
95
+
96
+テストの実行方法
97
98
+```bash
99
+npm run test
100
+```
101
102
+特定のルールのみをテストする場合は、以下のように実行します。
103
104
105
+npm run test -- --grep no-repetitive-expressions
106
0 commit comments