8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
import React from 'react';
|
|
import CartIcon from './CartIcon';
|
|
|
|
describe('CartIcon', () => {
|
|
it('renders without error', () => {
|
|
|
|
});
|
|
}); |