Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Sep 26, 2023
1 parent 0efa1d8 commit a6fb297
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ test('spreads additional props', () => {
expect(screen.getByTestId('test-id')).toHaveProperty('lang');
});

test('spreads additional props', () => {
render(<BackgroundImage src="/image/url.png" data-testid="test-id" lang="en-US" />);
expect(screen.getByTestId('test-id')).toHaveProperty('lang');
});

test('has src URL applied to style', () => {
render(<BackgroundImage src="/image/url.png" data-testid="test-id" />);

Expand Down

0 comments on commit a6fb297

Please sign in to comment.