We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to mixin methods in rooibos
field is declared
private RunItGroups = Rooibos.TestRunnerMixin.RunItGroups private RunTestCases = Rooibos.TestRunnerMixin.RunTestCases
but app crashes on :
m.RunItGroups = Rooibos.TestRunnerMixin.RunItGroups
generated constructor is
instance = {} instance.new = function(args = {}) m.RunItGroups = Rooibos.TestRunnerMixin.RunItGroups m.RunTestCases = Rooibos.TestRunnerMixin.RunTestCases m.testScene = args.testScene m.nodeContext = args.nodeContext config = RBSFM_getRuntimeConfig()
The text was updated successfully, but these errors were encountered:
b21c38e
No branches or pull requests
I want to mixin methods in rooibos
field is declared
but app crashes on :
generated constructor is
The text was updated successfully, but these errors were encountered: