Add a goosed over HTTP integration test, and test the developer tool PATH (#7178)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Amadeo
2026-02-13 14:41:18 -05:00
committed by GitHub
parent 0206035dba
commit 5ba5b9899d
17 changed files with 864 additions and 354 deletions
+3 -3
View File
@@ -38,8 +38,8 @@
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noImplicitReturns": true
"noImplicitReturns": true,
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "tests/integration"],
"references": [{ "path": "./tsconfig.node.json" }],
}