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.
|
description: A Discord bot that allows you to collect and use trading cards that are actually conversation starters.
|
||||||
name: Tessara
|
name: Tessara
|
||||||
premium: true
|
premium: true
|
||||||
url: 'https://tessara.nhcarrigan.com'
|
url: null
|
||||||
wip: true
|
wip: true
|
||||||
- avatar: 'https://cdn.nhcarrigan.com/new-avatars/hacksmiths.png'
|
- avatar: 'https://cdn.nhcarrigan.com/new-avatars/hacksmiths.png'
|
||||||
category: websites
|
category: websites
|
||||||
description: Online programming-themed party game.
|
description: Online programming-themed party game.
|
||||||
name: Hacksmiths
|
name: Hacksmiths
|
||||||
premium: true
|
premium: true
|
||||||
url: 'https://hacksmiths.nhcarrigan.com'
|
url: null
|
||||||
wip: true
|
wip: true
|
||||||
- avatar: null
|
- avatar: null
|
||||||
category: apis
|
category: apis
|
||||||
@@ -516,5 +516,5 @@
|
|||||||
description: Our custom metrics and analytics server.
|
description: Our custom metrics and analytics server.
|
||||||
name: Meridia
|
name: Meridia
|
||||||
premium: false
|
premium: false
|
||||||
url: 'https://meridia.nhcarrigan.com'
|
url: null
|
||||||
wip: true
|
wip: true
|
||||||
+3
-1
@@ -98,7 +98,9 @@ describe("project data", () => {
|
|||||||
).resolves.toBeTruthy();
|
).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(
|
expect(
|
||||||
typeof project.url,
|
typeof project.url,
|
||||||
`Project url should be a string for project: ${
|
`Project url should be a string for project: ${
|
||||||
|
|||||||
Reference in New Issue
Block a user