Searched refs:userFilePath (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-test-runner/build/ |
| H A D | TemplateFile.js | 54 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 D | TemplateFile.d.ts | 17 userFilePath: string; 20 constructor(userFilePath: string, platform?: Platform, shouldBeEvaluated?: boolean);
|
| H A D | TemplateProject.js | 114 [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 D | TemplateProject.d.ts | 16 protected userFilePath(relativePath: string): string; method in TemplateProject
|
| H A D | TemplateFile.js.map | 1 …userFilePath: string,\n public platform: Platform = Platform.Both,\n public shouldBeEvaluate…
|
| H A D | TemplateProject.js.map | 1 …userFilePath(file)),\n }),\n {}\n );\n\n if (this.config.android?.detoxTestFile) {…
|
| /expo/packages/expo-test-runner/src/ |
| H A D | TemplateProject.ts | 130 [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 D | TemplateFile.ts | 46 public userFilePath: string, property in UserFile 52 return fs.copy(this.userFilePath, join(projectPath, outputPath), {
|