You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file nrc-parser-manager ; while running jest I get the following error on line 21; result is not defined. There is no let or var declaration of result.
result = validateProperties(parser,["name:string","parse:function","isDefault:boolean"]);
The text was updated successfully, but these errors were encountered:
In the file nrc-parser-manager ; while running jest I get the following error on line 21; result is not defined. There is no let or var declaration of result.
result = validateProperties(parser,["name:string","parse:function","isDefault:boolean"]);
The text was updated successfully, but these errors were encountered: