Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 22, 2021
1 parent 460b634 commit 800549f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/entry.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("entry", () => {

const itOnlyWebpack5 = isWebpack5 ? it : it.skip;

it.only("should work with single entry", async () => {
it("should work with single entry", async () => {
const compiler = webpack({ ...config, entry: entryFirst });
const devServerOptions = {
host: "127.0.0.1",
Expand Down Expand Up @@ -73,7 +73,6 @@ describe("entry", () => {
pageErrors.push(error);
});

console.log(`http://127.0.0.1:${port}/main`);
await page.goto(`http://127.0.0.1:${port}/main`, {
waitUntil: "networkidle0",
});
Expand Down

0 comments on commit 800549f

Please sign in to comment.