You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/commands/test.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,5 +78,7 @@ Steps to verify:
78
78
79
79
1. run `npm run test` to perform testing.
80
80
2. If the tests fail, FIX the code and RETRY loops until success.
81
-
3. If the tests pass, respond "Done".
82
-
4. Never respond "Done" until you have verified that the tests are complete and cover all the functionality of the source file.
81
+
3. run`npx tsc --noEmit`to check for type errors.
82
+
4. run `npm run lint` to check for linting errors.
83
+
5. If the tests AND linting AND type errors pass, respond "Done".
84
+
6. NEVER respond "Done" until you have verified that the tests are complete and cover all the functionality of the source file and that there are no linting/type errors or warnings.
0 commit comments