mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
Replaced test by it in tests
This commit is contained in:
@@ -13,7 +13,7 @@ describe('<CopyToClipboardIcon />', () => {
|
||||
});
|
||||
afterEach(() => wrapper?.unmount());
|
||||
|
||||
test('expected components are wrapped', () => {
|
||||
it('wraps expected components', () => {
|
||||
const copyToClipboard = wrapper.find(CopyToClipboard);
|
||||
const icon = wrapper.find(FontAwesomeIcon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user