Add clean up our few tests and add tests for #228

This commit is contained in:
Owen
2025-03-08 11:43:22 -05:00
parent 5871bea706
commit 535b4e1fb1
5 changed files with 195 additions and 57 deletions

View File

@@ -15,6 +15,7 @@
"baseUrl": "src",
"paths": {
"@server/*": ["../server/*"],
"@test/*": ["../test/*"],
"@app/*": ["*"],
"@/*": ["./*"]
},