e2e: added script to auto test adapters

This commit is contained in:
dswbx
2025-04-03 16:40:51 +02:00
parent fa6c7acaf5
commit a12d4e13d0
16 changed files with 295 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./node_modules", "./__test__"]
"exclude": ["./node_modules", "./__test__", "./e2e"]
}