aligned with established project structure
This commit is contained in:
8
src/app/components/molecules/Header/Header.test.js
Normal file
8
src/app/components/molecules/Header/Header.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import Header from './Header';
|
||||
|
||||
describe('Header', () => {
|
||||
it('renders without error', () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user