-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Test args is mutated. #14
Comments
Hi Dan, Think I know what you mean but I'd like to make sure I fix it correctly the first time. Would you mind posting your failing example? Much appreciated! Cheers, |
Great library! I think I'm having the same problem as what @hq-mobile was describing. Storing the data table of testArgs as a
It looks like this is because you're using
and then use Best, |
Hi @SarahJaine, thanks for the testcase. I'm hoping to take a have a bit of time to look at this over the next couple of days. |
@SarahJaine I've pushed a fix and published 1.2.1. |
@lawrencec Thank you!!! |
Hi,
Great library! However found a bit of an oddity. The data table passed to each unroll appears to be mutated (the title row is removed) which means it cannot be a constant stored somewhere.
Got round this by having a function that creates the constant but was stuck for 5 minutes wondering why my data looked strange. I might have missed this in the docs, but if not might be worth adding?
Thanks
Dan.
The text was updated successfully, but these errors were encountered: