Updated plop templates and added mobile first components
This commit is contained in:
8
src/app/components/molecules/CartIcon/CartIcon.test.js
Normal file
8
src/app/components/molecules/CartIcon/CartIcon.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import CartIcon from './CartIcon';
|
||||
|
||||
describe('CartIcon', () => {
|
||||
it('renders without error', () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user