node-tdd icon indicating copy to clipboard operation
node-tdd copied to clipboard

VS Code TDD extension for Node and JavaScript

Results 12 node-tdd issues
Sort by recently updated
recently updated
newest added

In order to have more flexibility and control over the command that is run, I have made the following changes: - Instead of hardcoding `npm` command as first `spawn()` arg,...

I have seen that many characters do not look good. ![image](https://user-images.githubusercontent.com/12443324/46813235-a69de200-cd76-11e8-839b-cdab314a817c.png) This has not happened to me with any other plugin, and I do not know if someone else could...

The results are not displayed in the status bar. I have restarted everything NodeTDD extension, VS Code and Laptop. I am using the following : - macOS High Sierra Version...

I currently run my node app in a docker container and have custom make commands to run tests inside the container. I love the TDD extension in my non-docker apps...

I've stumbled upon this extension and my first impression was: Wow! Awesome idea! Unfortunately, it works really weird as of a TDD-helper. TDD is about iterating on a single unit,...

This messages appears "package.json was not found" while a package.json is located in my project root folder.

When I run my tests in karma, and don't enable the `--single-run` flag, node-tdd does not close the process before running the next test, resulting in multiple node processes that...

Istanbul is being re-written as [nyc](https://github.com/istanbuljs/nyc), whose default output is currently not being parsed by node-tdd.

Hey @prashaantt! Gotta say, I love your plugin and I use it every day! 😁 The only thing that I think could be improved is that it would be really...

All three statusbaritems have a different priority (2, 1 and 0). This conflicts with other extensions that add statusbaritems with a certain priority. ![image](https://user-images.githubusercontent.com/852069/34460278-fd5cce8c-ee09-11e7-8472-70872f6a44b2.png) I would suggest keeping the priority...