test: add pi-hole test container integration test (#649)

* test: add pi-hole test container integration test

* chore: improve waiting logic for test container

* refactor: improve structure of pi hole test

* fix: eslint does not recognize test directory to be part of tsconfig
This commit is contained in:
Meier Lukas
2024-06-10 21:18:24 +02:00
committed by GitHub
parent 8e4ba37f94
commit c627384c4b
4 changed files with 453 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
"include": ["*.ts", "src"],
"include": ["*.ts", "src", "test"],
"exclude": ["node_modules"]
}