Add component common/Layout
Change-Id: Ifa35e9556d129db390df04fe935ca5f6cad5438d
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Layout } from '../../../src/features/common';
|
||||
|
||||
it('renders node with correct class name', () => {
|
||||
const renderedComponent = shallow(<Layout />);
|
||||
expect(renderedComponent.find('.common-layout').length).toBe(1);
|
||||
});
|
||||
Reference in New Issue
Block a user