Skip to content

Commit 800549f

Browse files
test: fix
1 parent 460b634 commit 800549f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/entry.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("entry", () => {
4040

4141
const itOnlyWebpack5 = isWebpack5 ? it : it.skip;
4242

43-
it.only("should work with single entry", async () => {
43+
it("should work with single entry", async () => {
4444
const compiler = webpack({ ...config, entry: entryFirst });
4545
const devServerOptions = {
4646
host: "127.0.0.1",
@@ -73,7 +73,6 @@ describe("entry", () => {
7373
pageErrors.push(error);
7474
});
7575

76-
console.log(`http://127.0.0.1:${port}/main`);
7776
await page.goto(`http://127.0.0.1:${port}/main`, {
7877
waitUntil: "networkidle0",
7978
});

0 commit comments

Comments
 (0)