Home
last modified time | relevance | path

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

/expo/packages/expo-test-runner/build/
H A DTemplateFile.js54 userFilePath; field in UserFile
57 constructor(userFilePath, platform = Platform_1.Platform.Both, shouldBeEvaluated = false) { argument
58 this.userFilePath = userFilePath;
63 return fs.copy(this.userFilePath, (0, path_1.join)(projectPath, outputPath), {
H A DTemplateFile.d.ts17 userFilePath: string;
20 constructor(userFilePath: string, platform?: Platform, shouldBeEvaluated?: boolean);
H A DTemplateProject.js114 [file]: new TemplateFile_1.UserFile(this.userFilePath(file)),
118 …new TemplateFile_1.UserFile(this.userFilePath(this.config.android.detoxTestFile), Platform_1.Platf…
127 …[this.config.detoxConfigFile]: new TemplateFile_1.UserFile(this.userFilePath(this.config.detoxConf…
131 userFilePath(relativePath) { method in TemplateProject
H A DTemplateProject.d.ts16 protected userFilePath(relativePath: string): string; method in TemplateProject
H A DTemplateFile.js.map1userFilePath: string,\n public platform: Platform = Platform.Both,\n public shouldBeEvaluate…
H A DTemplateProject.js.map1userFilePath(file)),\n }),\n {}\n );\n\n if (this.config.android?.detoxTestFile) {…
/expo/packages/expo-test-runner/src/
H A DTemplateProject.ts130 [file]: new UserFile(this.userFilePath(file)),
137 new UserFile(this.userFilePath(this.config.android.detoxTestFile), Platform.Android);
148 this.userFilePath(this.config.detoxConfigFile),
156 protected userFilePath(relativePath: string): string { method in TemplateProject
H A DTemplateFile.ts46 public userFilePath: string, property in UserFile
52 return fs.copy(this.userFilePath, join(projectPath, outputPath), {