test: Add test for watch_question.js ai comments

This commit is contained in:
Paul Gauthier 2024-12-11 20:21:41 -08:00 committed by Paul Gauthier (aider)
parent 5a83610fb1
commit 57a24d30b5

View file

@ -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!