Funcunit finding within a context
Open
p2
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
According to the documentation on the website you can give a number or string as context and funcunit will look up the frame according to the context supplied.
However in core.js in getContext you create a selector iframe:eq(+context+) or iframe[name='+context+'] this will never work for getting a frame making it frame instead of iframe does the trick.
So you might consider changing your documentation or change the code to effectively select frames.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.