plugins/neotest: add playwright adapter

This commit is contained in:
Gaetan Lepage 2024-03-18 14:43:48 +01:00 committed by Gaétan Lepage
parent 4708aac141
commit 50038f6c8f
4 changed files with 57 additions and 2 deletions

View file

@ -46,6 +46,10 @@
phpunit = {
treesitter-parser = "php";
};
playwright = {
treesitter-parser = "typescript";
settingsSuffix = settingsLua: ".adapter(${settingsLua})";
};
plenary = {
treesitter-parser = "lua";
};