test('deleteComment action should be created', () => {
  expect(snippetsActions.deleteComment('123123', '234234')).toEqual({
    meta: {
      id: '123123',
      commentId: '234234'