Home
last modified time | relevance | path

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

/expo/packages/expo-test-runner/build/
H A DTemplateFile.js26 exports.TemplateFilesFactory = exports.UserFile = exports.TemplateFile = void 0;
53 class UserFile { class
74 exports.UserFile = UserFile;
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…
H A DTemplateFile.d.ts16 export declare class UserFile implements ProjectFile {
H A DTemplateProject.js.map1UserFile } from './TemplateFile';\nimport { killVirtualDevicesAsync } from './Utils';\n\nexport de…
H A DTemplateFile.js.map1 …Path));\n }\n\n return Promise.resolve();\n }\n}\n\nexport class UserFile implements Projec…
/expo/packages/expo-test-runner/src/
H A DTemplateProject.ts10 import { ProjectFile, TemplateFilesFactory, UserFile } from './TemplateFile';
130 [file]: new UserFile(this.userFilePath(file)),
137 new UserFile(this.userFilePath(this.config.android.detoxTestFile), Platform.Android);
147 [this.config.detoxConfigFile]: new UserFile(
H A DTemplateFile.ts44 export class UserFile implements ProjectFile { class