Nicholas Bilyk
Nicholas Bilyk
While waiting on this, I made a small jsdoc plugin that solves the simple case of allowing typescript-style imports when running jsdoc. It will convert typescript doc imports: ```js /**...
I've got a project I'm working on that's using Rollup and Mocha. (https://github.com/polyforest/three-particles/) I can't seem to get wallaby to work, and I understand that it doesn't support rollup, but...
Ahh, super. Thank you, infant son means I've been missing the obvious :D. It's working for me now.
Instead of: ``` [alt_names] DNS.1 = 192.168.0.5 ``` Could you try: ``` [alt_names] IP.1 = 192.168.0.5 ```
Most of the time I like that you can't restore a spy because it makes it very clear that you don't have to. In Jest I see tests manually restoring...
The main reason I chose Jasmine is because of the browser runner. I didn't find a clear path to running Jest in a browser. There are a couple edge cases...
I came across this (very old) thread because I had a similar issue (I believe this issue can be closed). The tunnel when using `startTunnel` wasn't working, but when I...
I had a similar issue (not sure if it's exactly the same) where jasmine tests were not correctly displaying. I would get a random sub-set of the tests instead of...
jsdoc expects path arguments, for example `jsdoc src -c jsdoc.conf.json` or `jsdoc index.js -c jsdoc.conf.json` This plugin could definitely use better error messaging if the path is missing.
I'm willing to submit a PR for this but I have some PRs incoming first for general improvements before I work through my 5.3 -> 3.7 issues.