test('createSnippetComment action should be created', () => {
  expect(snippetsActions.createSnippetComment('123123', 'hi')).toEqual({
    meta: {
      id: '123123',
      body: 'hi'