Home
last modified time | relevance | path

Searched refs:badNameCleaned (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DName-test.ts15 const badNameCleaned = `��$F0g.`; constant
19 expect(sanitizeNameForGradle(badName)).toBe(badNameCleaned);
25 expect(modified.includes(`rootProject.name = '${badNameCleaned}'\n`)).toBe(true);
34 expect(modified).toBe(`rootProject.name = '${badNameCleaned}'`);