describe('#shouldFetch()', () => {
  test('returns true for a default ApiResponse', () => {
    expect(new ApiResponse().shouldFetch()).toBe(true);
  });