Searched refs:modded (Results 1 – 1 of 1) sorted by relevance
54 const modded = addMapsCocoaPods(results.contents); constant56 expect(modded.didMerge).toBe(false);57 expect(modded.didClear).toBe(false);59 const modded2 = removeMapsCocoaPods(modded.contents);79 const modded = addGoogleMapsAppDelegateImport(results.contents); constant81 expect(modded.didMerge).toBe(false);82 expect(modded.didClear).toBe(false);84 const modded2 = removeGoogleMapsAppDelegateImport(modded.contents);112 expect(modded.didMerge).toBe(false);113 expect(modded.didClear).toBe(false);[all …]