Searched refs:UserFile (Results 1 – 7 of 7) sorted by relevance
26 exports.TemplateFilesFactory = exports.UserFile = exports.TemplateFile = void 0;53 class UserFile { class74 exports.UserFile = UserFile;
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…
16 export declare class UserFile implements ProjectFile {
1 …UserFile } from './TemplateFile';\nimport { killVirtualDevicesAsync } from './Utils';\n\nexport de…
1 …Path));\n }\n\n return Promise.resolve();\n }\n}\n\nexport class UserFile implements Projec…
10 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(
44 export class UserFile implements ProjectFile { class