Tidy up unit test suite file structure (#1910)

This commit is contained in:
Charis Kyriakou
2022-12-23 14:23:55 +00:00
committed by GitHub
parent 24a7348fc2
commit 40a7dd04fb
52 changed files with 21 additions and 21 deletions

2
.vscode/launch.json vendored
View File

@@ -38,7 +38,7 @@
},
"args": [
"--projects",
"test"
"test/unit-tests"
],
"stopOnEntry": false,
"sourceMaps": true,