Felix J. Batista

Results 16 comments of Felix J. Batista

Hey @calebboyd , thank you for picking this up. That package.json idea is pretty cool. Maybe you could also base your implementation on how Git handles the commits in a...

@roggenbrot I don't know, maybe not. Some projects use a monorepo structure, some even use a framework called [lerna](https://github.com/lerna/lerna) which makes one repo have multiple package.json files

I like the idea of having snippets that are completely related to testing, like the `describe` and `it` keywords, or `expect` statements. I would appreciate it if you implemented this!...

I am working on this! I already have the snippets file to contribute to VSCode. Now I want to make it customizable from the extension so it's possible to always...

Hello! Is there any reason why using `node_modules/.bin/mocha` is not good enough?

Hello! I'm sorry for taking embarrassingly long to respond. I found the issue. The problem is the path you used. You need to point the extension to a binary file,...