Skip to content

Commit

Permalink
chore: remove unnecessary test route
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller committed Jul 1, 2024
1 parent 8fc2ffb commit ce9745d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@ test.describe("Home Page", () => {
}
);

page.route(
"https://corsproxy.io/?https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery",
async (route) => {
const json = {
results: [
{
extensions: [
{
statistics: [{ statisticName: "install", value: 1500000 }],
},
],
},
],
};
return route.fulfill({ json });
}
);

await page.goto("/", { waitUntil: "load", timeout: 3000 });
});

Expand Down

0 comments on commit ce9745d

Please sign in to comment.