import React from 'react'; import CartIcon from './CartIcon'; describe('CartIcon', () => { it('renders without error', () => { }); });