mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
test: Add test for watch_question.js ai comments
This commit is contained in:
parent
5a83610fb1
commit
57a24d30b5
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ def test_ai_comment_pattern():
|
||||||
len(js_lines) == js_expected
|
len(js_lines) == js_expected
|
||||||
), f"Expected {js_expected} AI comments in JavaScript fixture, found {len(js_lines)}"
|
), 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"
|
assert js_has_bang, "Expected at least one bang (!) comment in JavaScript fixture"
|
||||||
|
|
||||||
|
|
||||||
|
# add another test for watch_question.js ai!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue