lostfields / vscode-nodejs-repl

Visual Studio Code - Extension NodeJs REPL
MIT License
45 stars 12 forks source link

No test cases for the project #18

Open mr-nano opened 5 years ago

mr-nano commented 5 years ago

I forked the repo and I realized that there are not test cases for the plugin. If one is serious for the plugin development, we should start adding the test cases.

lostfields commented 5 years ago

Yeah, I know, I will do it but the project started as proof of concept and I'm not entirely happy with the code base. Some refactoring is needed.

mr-nano commented 5 years ago

Yes. It might be a good idea to start writing tests, in that case we can be sure refactoring doesn't break stuff?

lostfields commented 5 years ago

Sure, but i'll want to implement a better base class for the REPL to make it easier to implement other languages such as Typescript

Pointless to write a test for the structure now, but I will do it soon