Codium-ai / codiumai-vscode-release

267 stars 37 forks source link

AVA support? #66

Closed MarcinWArdentCode closed 1 year ago

MarcinWArdentCode commented 1 year ago

Would love to see AVA supported.

┆Issue is synchronized with this Trello card by Unito

mrT23 commented 1 year ago

Hi @MarcinWArdentCode we support a wide variety of testing frameworks and runners. Even for frameworks that are not listed in the 'global settings', you can use the 'General instructions' and 'Chat' tabs to enable them. see for example: https://discord.com/channels/1057273017547378788/1057273018084237344/1097465657425149992

However, from what I see here: https://github.com/avajs/ava AVA only supports test("...") style, and not it("...") style. (correct me if I am wrong). So i think for that reason we cannot support it at the moment