Skip to content

Commit ce9745d

Browse files
committed
chore: remove unnecessary test route
1 parent 8fc2ffb commit ce9745d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/test/index.spec.ts

-18
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,6 @@ test.describe("Home Page", () => {
1010
}
1111
);
1212

13-
page.route(
14-
"https://corsproxy.io/?https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery",
15-
async (route) => {
16-
const json = {
17-
results: [
18-
{
19-
extensions: [
20-
{
21-
statistics: [{ statisticName: "install", value: 1500000 }],
22-
},
23-
],
24-
},
25-
],
26-
};
27-
return route.fulfill({ json });
28-
}
29-
);
30-
3113
await page.goto("/", { waitUntil: "load", timeout: 3000 });
3214
});
3315

0 commit comments

Comments
 (0)