Minor tests cleanup and workspace improvements

This commit is contained in:
Tzahi12345
2023-01-01 23:54:46 -05:00
parent 46756a575c
commit 6d881dc812
3 changed files with 22 additions and 14 deletions

5
.vscode/settings.json vendored Normal file
View File

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