-
Notifications
You must be signed in to change notification settings - Fork 197
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(nuejs-core): for
-tests
#507
Conversation
I need to sort my notifications out as I only just saw this when looking manually! Maybe you can DM me on Slack if you need my 👀 ? Will take a look tomorrow 🤙 |
Oh, no worries. I changed this to wip, because I still wanted to check some stuff. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool, nice work :) I'd approve it in its current state for sure.
Nice. I changed my mind about adding more to this PR, and will merge now, since I made no significant changes after the review. |
@alexpricedev maybe you can also take a look, if this looks fine to you. I roughly oriented myself on your tests.
I can also split array funcs to n tests, so only one function is tested at a time. Would probably be more deterministic / ensure their functionality.
PS: what do you think about a template
index.html
for the manual browser tests and creating the neededindex.html
s withcompile
script todist
, next to the compiled components?EDIT: added this
Another edit: I think, the for loops are currently not re-run, if we change content of a nested item. I'm gonna take a look at that tomorrow.
For now making this WIP.
Update: I don't think there's any easy solution to this, so not going to follow this here anymore. maybe in the future.