describe('AttentionBox', () => {
  it('renders <div>', () => {
    const tree = renderer.create(<AttentionBox />).toJSON()
    expect(tree.type).toBe('div')
  })