fix: damn tests
Node.js CI / Lint and Test (push) Failing after 1m2s

This commit is contained in:
2025-10-10 13:09:14 -07:00
parent 8ba5baec7d
commit 2812d56100
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -98,7 +98,9 @@ describe("project data", () => {
).resolves.toBeTruthy();
}
if (project.url) {
// We explicitly skip the VSCode url because it blocks our request.
if (project.url
&& !project.url.startsWith("https://marketplace.visualstudio.com")) {
expect(
typeof project.url,
`Project url should be a string for project: ${