Skip to content

Commit e35a673

Browse files
Update __tests__/src/util/getElementType-test.js
Co-authored-by: Jordan Harband <[email protected]>
1 parent a2f1dc2 commit e35a673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/src/util/getElementType-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('getElementType', () => {
1818
it('should return the exact tag name for names that are in Object.prototype', () => {
1919
expect(elementType(JSXElementMock('toString').openingElement)).toBe('toString');
2020
});
21+
2122
it('should return the default tag name provided', () => {
2223
expect(elementType(JSXElementMock('span', [JSXAttributeMock('as', 'h1')]).openingElement)).toBe('span');
2324
});

0 commit comments

Comments
 (0)