Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Jul 24, 2024
1 parent c87f84f commit 73c7b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/port.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { expect } = require("../helpers/playwright-custom-expects");
const config = require("../fixtures/client-config/webpack.config");
const port = require("../ports-map").port;

// FIXME: duplicate port, should check on pupetter and with the team
// FIXME: duplicate port, should check on puppeteer and with the team
describe("port", () => {
const ports = [
"<not-specified>",
Expand Down

0 comments on commit 73c7b04

Please sign in to comment.