Skip to content

Commit a5fac9e

Browse files
committed
feat(amazonq): Implement inline completion test (#7752)
Implemented the inline completion test within inline.test.ts. This test suite does not need any special helper functions but I added a bunch of new functions in generalUtils.ts Note: I added the types@selenium-webdriver because we have started to interact with elements outside of the Amazon Q webview (ie. the text editor) --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5050e67 commit a5fac9e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package-lock.json

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
},
8484
"dependencies": {
8585
"@types/node": "^22.7.5",
86+
"@types/selenium-webdriver": "^4.1.28",
8687
"buffer": "^6.0.3",
8788
"jaro-winkler": "^0.2.8",
8889
"mocha": "^11.7.1",

0 commit comments

Comments
 (0)