Skip to content

Commit 44c0dcf

Browse files
Bump eslint-plugin-testing-library from 7.3.0 to 7.6.3 (#14264)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
1 parent 428213b commit 44c0dcf

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
123123
"eslint-plugin-security": "^3.0.1",
124124
"eslint-plugin-styled-components-a11y": "^2.2.1",
125-
"eslint-plugin-testing-library": "^7.3.0",
125+
"eslint-plugin-testing-library": "^7.6.3",
126126
"html-webpack-plugin": "^5.6.3",
127127
"husky": "^9.1.7",
128128
"jest": "^29.7.0",

packages/story-editor/src/app/font/test/actions/useLoadFontFiles.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ const CUSTOM_FONT = {
4747
content: 'Fill in some text',
4848
} as const;
4949

50-
/* eslint-disable testing-library/no-node-access */
51-
5250
describe('useLoadFontFiles', () => {
5351
afterEach(() => {
5452
document.querySelectorAll('link,style').forEach((el) => el.remove());
@@ -80,5 +78,3 @@ describe('useLoadFontFiles', () => {
8078
expect(document.getElementById('font-css')).toBeDefined();
8179
});
8280
});
83-
84-
/* eslint-enable testing-library/no-node-access */

packages/story-editor/src/app/media/media3p/api/test/useMedia3pApi.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ const REGISTER_USAGE_URL =
3434
Paths.REGISTER_USAGE +
3535
'?payload=02647749feef0d5536c92df1d9cfa38e';
3636

37-
/* eslint-disable testing-library/no-node-access */
38-
3937
describe('useMedia3pApi', () => {
4038
beforeAll(() => {
4139
apiFetcherMock.listMedia.mockImplementation(() =>
@@ -356,5 +354,3 @@ describe('useMedia3pApi', () => {
356354
}).not.toThrow();
357355
});
358356
});
359-
360-
/* eslint-enable testing-library/no-node-access */

0 commit comments

Comments
 (0)