it('should only call po for resource timing when is enabled', () => {
          if (config.isResourceTiming) {
            expect(spy).toHaveBeenCalledWith('resource', initResourceTiming);
          } else {
            expect(spy).not.toHaveBeenCalledWith(