add test to ensure correct shared functions are being parsed
This commit is contained in:
@@ -55,4 +55,8 @@ export class ScriptDataStub implements ScriptData {
|
||||
this.recommend = recommend;
|
||||
return this;
|
||||
}
|
||||
public withRecommendationLevel(level: RecommendationLevel): ScriptDataStub {
|
||||
this.recommend = RecommendationLevel[level].toLowerCase();
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user