Improved DB tests, now both local and remote DB can be tested easily

This commit is contained in:
Tzahi12345
2023-01-16 02:42:36 -05:00
parent f20a31ed0f
commit c724a8019a
4 changed files with 171 additions and 133 deletions

View File

@@ -1,5 +1,8 @@
{
"mochaExplorer.files": "backend/test/**/*.js",
"mochaExplorer.cwd": "backend",
"mochaExplorer.globImplementation": "vscode"
"mochaExplorer.globImplementation": "vscode",
"mochaExplorer.env": {
"YTDL_MODE": "debug"
}
}