We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be34993 commit 1fa5469Copy full SHA for 1fa5469
packages/components/src/components/Address/Address.test.tsx
@@ -5,7 +5,7 @@ import { Address } from './Address';
5
6
describe('Address', () => {
7
it('renders without throwing', () => {
8
- const { container } = render(<Address value='taylorswift.eth' shortened={false} />);
+ const { container } = render(<Address value='taylorswift.eth' />);
9
expect(container).toBeInTheDocument();
10
});
11
0 commit comments