Removed rest of version checks for versions older than 2.4

This commit is contained in:
Alejandro Celaya
2021-09-25 11:47:18 +02:00
parent f7cc90bb77
commit 8b5b035568
5 changed files with 10 additions and 39 deletions

View File

@@ -64,13 +64,6 @@ describe('<Overview />', () => {
expect(cards.at(3).html()).toContain(prettify(3));
});
it('displays warning in first card for old shlink versions', () => {
const wrapper = createWrapper();
const firstCard = wrapper.find(CardText).first();
expect(firstCard.html()).toContain('Shlink 2.2 is needed');
});
it('nests complex components', () => {
const wrapper = createWrapper();