diff --git a/tests/basic/test_watch.py b/tests/basic/test_watch.py index 1c5d4e6e3..be865800b 100644 --- a/tests/basic/test_watch.py +++ b/tests/basic/test_watch.py @@ -42,3 +42,6 @@ def test_ai_comment_pattern(): len(js_lines) == js_expected ), f"Expected {js_expected} AI comments in JavaScript fixture, found {len(js_lines)}" assert js_has_bang, "Expected at least one bang (!) comment in JavaScript fixture" + + + # add another test for watch_question.js ai!