mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-23 06:56:22 +00:00
Replaced test by it in tests
This commit is contained in:
@@ -14,7 +14,7 @@ describe('<DateIntervalSelector />', () => {
|
||||
});
|
||||
afterEach(() => wrapper?.unmount());
|
||||
|
||||
test('props are passed down to nested DateIntervalDropdownItems', () => {
|
||||
it('passes props down to nested DateIntervalDropdownItems', () => {
|
||||
const items = wrapper.find(DateIntervalDropdownItems);
|
||||
const dropdown = wrapper.find(DropdownBtn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user