Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DrenamePackageOnDisk-test.ts55 const buckPath = '/myapp/android/app/BUCK'; constant
56 expect(fs.readFileSync(buckPath).toString()).toMatch('package = "xyz.bront.app"');
57 expect(fs.readFileSync(buckPath).toString()).not.toMatch('com.lololol');