+1
-1
@@ -90,7 +90,7 @@ describe('fetch:cookiecutter', () => {
|
||||
},
|
||||
},
|
||||
templateInfo: {
|
||||
name: 'lols',
|
||||
entityRef: 'template:default/cookiecutter',
|
||||
baseUrl: 'somebase',
|
||||
},
|
||||
workspacePath: mockTmpDir,
|
||||
|
||||
@@ -28,12 +28,13 @@ export type TemplateMetadata = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Information about a template that is stored on a task specification
|
||||
* Information about a template that is stored on a task specification.
|
||||
* Includes a stringified entityRef, and the baseUrl which is usually the relative path of the template definition
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export type TemplateInfo = {
|
||||
name: string;
|
||||
entityRef: string;
|
||||
baseUrl?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user