generated from nhcarrigan/template
+3
-3
@@ -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
@@ -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: ${
|
||||
|
||||
Reference in New Issue
Block a user