Skip to content

Commit a3ca080

Browse files
committed
Merge branch 'bug/suggestion-fixes' of github.com:testing-library/dom-testing-library into bug/suggestion-fixes
2 parents 39ffb8f + 454f74c commit a3ca080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/suggestions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ test('does not suggest for inline script, style', () => {
2828
expect(() => screen.getByTestId('script')).not.toThrow()
2929
expect(() => screen.getByTestId('style')).not.toThrow()
3030
})
31-
it('respects ignores', () => {
31+
32+
test('respects ignores', () => {
3233
renderIntoDocument(`<my-thing>foo</my-thing>`)
3334

3435
expect(() =>

0 commit comments

Comments
 (0)