Skip to content

Commit

Permalink
format(pie-button): DSW-1969 removed unneeded eslint line and updated…
Browse files Browse the repository at this point in the history
… percy package to lts
  • Loading branch information
JoshuaNg2332 committed Jul 15, 2024
1 parent 7316310 commit 27a6e73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@justeattakeaway/pie-wrapper-react": "0.14.1",
"@justeattakeaway/stylelint-config-pie": "0.7.0",
"@percy/cli": "1.28.8",
"@percy/playwright": "1.0.5",
"@percy/playwright": "1.0.6",
"@playwright/experimental-ct-react": "1.41.0",
"@playwright/test": "1.41.0",
"@rollup/plugin-node-resolve": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const renderTestPieButton = (propVals: WebComponentPropValues) => `<pie-button s

const componentPropsMatrix : WebComponentPropValues[] = getAllPropCombinations(props);

// eslint-disable-next-line no-empty-pattern
test.beforeEach(async ({ mount }, testInfo) => {
testInfo.setTimeout(testInfo.timeout + 40000);
const component = await mount(PieButton);
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7616,12 +7616,12 @@ __metadata:
languageName: node
linkType: hard

"@percy/playwright@npm:1.0.5":
version: 1.0.5
resolution: "@percy/playwright@npm:1.0.5"
"@percy/playwright@npm:1.0.6":
version: 1.0.6
resolution: "@percy/playwright@npm:1.0.6"
peerDependencies:
playwright-core: ">=1"
checksum: bef7fe484b8fd7168cfadda7d066f1785d53e5554d1f0d7d82a12eb5de5bf47c464c5cb5b2b473db7096044e5eb08c7124c72fa103767c4d1c915f9cfb825d15
checksum: 43aa2677a9b9a21d5137cfa81c695ef618e4b032a073409879bd71b54ddcec53105f00223ba2863d654431ced66512608cd008fa31b0c2df0d1e04dab0815153
languageName: node
linkType: hard

Expand Down Expand Up @@ -29778,7 +29778,7 @@ __metadata:
"@justeattakeaway/pie-wrapper-react": 0.14.1
"@justeattakeaway/stylelint-config-pie": 0.7.0
"@percy/cli": 1.28.8
"@percy/playwright": 1.0.5
"@percy/playwright": 1.0.6
"@playwright/experimental-ct-react": 1.41.0
"@playwright/test": 1.41.0
"@rollup/plugin-node-resolve": 15.1.0
Expand Down

0 comments on commit 27a6e73

Please sign in to comment.