Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DrenamePackageOnDisk-test.ts49 const nestedClassPath = constant
51 expect(fs.existsSync(nestedClassPath)).toBeTruthy();
52 expect(fs.readFileSync(nestedClassPath).toString()).toMatch('package xyz.bront.app');
53 expect(fs.readFileSync(nestedClassPath).toString()).not.toMatch('com.lololol');