From 57a24d30b563e5bb756ee1003666b80f5aa802ac Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 20:21:41 -0800 Subject: [PATCH] test: Add test for watch_question.js ai comments --- tests/basic/test_watch.py | 3 +++ 1 file changed, 3 insertions(+) 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!