Replaced test by it in tests

This commit is contained in:
Alejandro Celaya
2021-03-06 17:25:09 +01:00
parent 426d000a59
commit e380ddb40f
5 changed files with 14 additions and 14 deletions

View File

@@ -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);