From 2812d5610036855e41982f1d5f4e8f58c7e6e3db Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 10 Oct 2025 13:09:14 -0700 Subject: [PATCH] fix: damn tests --- data/projects.yml | 6 +++--- test/yaml.spec.ts | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/projects.yml b/data/projects.yml index 00e75d5..fb5afcd 100644 --- a/data/projects.yml +++ b/data/projects.yml @@ -488,14 +488,14 @@ description: A Discord bot that allows you to collect and use trading cards that are actually conversation starters. name: Tessara premium: true - url: 'https://tessara.nhcarrigan.com' + url: null wip: true - avatar: 'https://cdn.nhcarrigan.com/new-avatars/hacksmiths.png' category: websites description: Online programming-themed party game. name: Hacksmiths premium: true - url: 'https://hacksmiths.nhcarrigan.com' + url: null wip: true - avatar: null category: apis @@ -516,5 +516,5 @@ description: Our custom metrics and analytics server. name: Meridia premium: false - url: 'https://meridia.nhcarrigan.com' + url: null wip: true \ No newline at end of file diff --git a/test/yaml.spec.ts b/test/yaml.spec.ts index 9a0e714..d381a00 100644 --- a/test/yaml.spec.ts +++ b/test/yaml.spec.ts @@ -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: ${