mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
Fixed warning in tests
This commit is contained in:
parent
4517f38680
commit
2badd2b743
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ describe('<Paginator />', () => {
|
||||||
])('renders an empty gap if the number of pages is below 2', (paginator) => {
|
])('renders an empty gap if the number of pages is below 2', (paginator) => {
|
||||||
const { container } = setUp(paginator);
|
const { container } = setUp(paginator);
|
||||||
|
|
||||||
expect(container.firstChild).toBeEmpty();
|
expect(container.firstChild).toBeEmptyDOMElement();
|
||||||
expect(container.firstChild).toHaveClass('pb-3');
|
expect(container.firstChild).toHaveClass('pb-3');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue