Skip to content

Commit 454f74c

Browse files
authored
Update src/__tests__/suggestions.js
1 parent 001179b commit 454f74c

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
@@ -18,7 +18,8 @@ test('does not suggest for inline script, style', () => {
1818
expect(() => screen.getByTestId('script')).not.toThrow()
1919
expect(() => screen.getByTestId('style')).not.toThrow()
2020
})
21-
it('respects ignores', () => {
21+
22+
test('respects ignores', () => {
2223
renderIntoDocument(`<my-thing>foo</my-thing>`)
2324

2425
expect(() =>

0 commit comments

Comments
 (0)