Skip to content

Commit

Permalink
chore: Drop redundant @testing-library\/dom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Mar 15, 2024
1 parent ccd4bd0 commit 9bb9a77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
1 change: 0 additions & 1 deletion editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"@storybook/react-webpack5": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.7",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.4.3",
Expand Down
28 changes: 1 addition & 27 deletions editor.planx.uk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions editor.planx.uk/src/@planx/components/Pay/Editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ describe("Pay component - Editor Modal", () => {
});

describe("GOV.UK Pay Metadata section", () => {
jest.setTimeout(20000);

beforeAll(() => toggleFeatureFlag("GOVPAY_METADATA"));
afterAll(() => toggleFeatureFlag("GOVPAY_METADATA"));

Expand Down

0 comments on commit 9bb9a77

Please sign in to comment.