generated from nhcarrigan/template
+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