import * as React from 'react';
import * as renderer from 'react-test-renderer';
import Component from '../ItemPopup';
it('should display Mind Brow Hubris Circlet', () => {
expect(
renderer
.create(
,
)
.toJSON(),
).toMatchSnapshot();
});
it('should display Noble Axe', () => {
expect(
renderer
.create(
,
)
.toJSON(),
).toMatchSnapshot();
});