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 -3
View File
@@ -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
+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: ${