test('should indicate loading state is true', () => {
    const action = {
      type: AT.GET_SNIPPETS.PENDING
    };
    const expectedResult = {