test('getSnippets action should be created', () => {
    expect(snippetsActions.getSnippets()).toEqual({ type: AT.GET_SNIPPETS, payload: { since: undefined  } });
  });