add test case

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-01-28 20:42:57 -05:00
parent 073b6ec37d
commit a651e04a4e
3 changed files with 141 additions and 4 deletions
+1 -4
View File
@@ -21,7 +21,6 @@
"exports": {
".": "./src/index.ts",
"./auditor": "./src/entrypoints/auditor/index.ts",
"./alpha": "./src/entrypoints/alpha.ts",
"./auth": "./src/entrypoints/auth/index.ts",
"./cache": "./src/entrypoints/cache/index.ts",
"./database": "./src/entrypoints/database/index.ts",
@@ -50,9 +49,6 @@
"auditor": [
"src/entrypoints/auditor/index.ts"
],
"alpha": [
"src/entrypoints/alpha.ts"
],
"auth": [
"src/entrypoints/auth/index.ts"
],
@@ -218,6 +214,7 @@
"@types/yauzl": "^2.10.0",
"aws-sdk-client-mock": "^4.0.0",
"better-sqlite3": "^12.0.0",
"get-port": "^5.1.1",
"http-errors": "^2.0.0",
"msw": "^1.0.0",
"node-mocks-http": "^1.0.0",