it('should add loop protection to a simple loop with curlies.', inject(
    [LoopProtectionService],
    (service: LoopProtectionService) => {
      expect(
        service.protect('file.ts', `for(let x = 0;x<10,x){console.log(123)}`)