Jorge Lison
Jorge Lison
I just found about that package as well, and it looks awesome. Hopefully there are some similar alternatives out there. If you decide to create a similar service, and if...
Hi billtrik, I am having the same problem as girwin575. I tried to debug the code a little bit, and I found out that in: `karma-fixture/lib/fixture.js` the object `__html__` is...
Ok, I realized that I wasn't using the right pattern to inject the HTML files in my `karma.conf.js`. Once I changed: ``` files: [ '. widget/test/*.html' ] ``` for: ```...
@pawelkania @springjk I'm interested as well. Would you be so kind to maybe post a link in this thread? 🙏
@2frames thank you so much for sharing 🙏🍻
It just stopped working for me. I tried: ``` runs-on: ubuntu-20.04 ``` and ``` - name: Install Vercel CLI run: npm install -g [email protected] ``` with no luck. Any suggestions...