// @flow import { expect } from 'chai'; import React from 'react'; import ReactTestUtils, { Simulate } from 'react-dom/test-utils'; import HeaderBar from '../../app/components/HeaderBar'; describe('components/HeaderBar', () => { it('should display headerbar', () => { const component = ReactTestUtils.renderIntoDocument(