We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460b634 commit 800549fCopy full SHA for 800549f
test/e2e/entry.test.js
@@ -40,7 +40,7 @@ describe("entry", () => {
40
41
const itOnlyWebpack5 = isWebpack5 ? it : it.skip;
42
43
- it.only("should work with single entry", async () => {
+ it("should work with single entry", async () => {
44
const compiler = webpack({ ...config, entry: entryFirst });
45
const devServerOptions = {
46
host: "127.0.0.1",
@@ -73,7 +73,6 @@ describe("entry", () => {
73
pageErrors.push(error);
74
});
75
76
- console.log(`http://127.0.0.1:${port}/main`);
77
await page.goto(`http://127.0.0.1:${port}/main`, {
78
waitUntil: "networkidle0",
79
0 commit comments