Dídac García
Dídac García
It’s an interesting idea. So usefull when you have two thousand test writted for others developers. On this conditions, If some test fail detect which test are throwing error can...
In my opinion throw an error is too much, a warning will be nice. I think it's important don't break test suites written before implement this feature.
Maybe you can try this. Change your line `js: ["js/test.js"]` by this `js: ["app.js","js/test.js"]`
@zearin would you like to give me some feedback?
> If you’ve tested it on screens that big (which I don’t have at home, so I’ll just trust you), I say it’s worth a merge. Yes I tried on...
@hegemonic ping! ;-)
I don't know if the repository maintainer would prefer the link to point here: https://github.com/jsdoc/jsdoc/blob/master/packages/jsdoc/conf.json.EXAMPLE In that case, the link does not add value to the documentation, since it only...
Same situation for me
Hi! Still no Vue 3 support for this library?
Adding those attributes can be useful for selectors. For example: https://docs.cypress.io/guides/references/best-practices#Selecting-Elements This is useful in cases where the value of the “aria-label” changes dynamically. Adding a non-dynamic attribute can help...