Commit 15be1811 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix identicon spec

parent 7f9af793
...@@ -25,7 +25,7 @@ describe('Identicon', () => { ...@@ -25,7 +25,7 @@ describe('Identicon', () => {
}); });
describe('entity id is a number', () => { describe('entity id is a number', () => {
beforeEach(createComponent); beforeEach(() => createComponent());
it('matches snapshot', () => { it('matches snapshot', () => {
expect(wrapper.element).toMatchSnapshot(); expect(wrapper.element).toMatchSnapshot();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment