mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 13:03:50 +00:00
Created tests for non-orphan visits components
This commit is contained in:
@@ -48,6 +48,7 @@ describe('<ShortUrlVisits />', () => {
|
||||
const visitHeader = wrapper.find(ShortUrlVisitsHeader);
|
||||
|
||||
expect(visitStats).toHaveLength(1);
|
||||
expect(visitStats.prop('isOrphanVisits')).not.toBeDefined();
|
||||
expect(visitHeader).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user