Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Sep 15, 2023
1 parent cc9533c commit 6d6e3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Tab/Tab.stories.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react';
import { render } from '@testing-library/react';
import { Tab } from './Tab.stories';
import { Default } from './Tab.stories';
import '@testing-library/jest-dom/extend-expect';

describe('It renderes corectly', () => {
it('renders corectly', () => {
render(<Tab {...Tab.args} />);
render(<Default {...Default.args} />);
});
});

0 comments on commit 6d6e3b9

Please sign in to comment.