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

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