add initial macOS support #40
This commit is contained in:
@@ -30,6 +30,11 @@ export class CategoryCollectionStub implements ICategoryCollection {
|
||||
this.initialScript = script;
|
||||
return this;
|
||||
}
|
||||
public withTotalScripts(totalScripts: number) {
|
||||
this.totalScripts = totalScripts;
|
||||
return this;
|
||||
}
|
||||
|
||||
public findCategory(categoryId: number): ICategory {
|
||||
return this.getAllCategories().find(
|
||||
(category) => category.id === categoryId);
|
||||
|
||||
Reference in New Issue
Block a user