oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Initial setup of unit tests #311

Closed Achal1607 closed 3 weeks ago

Achal1607 commented 3 weeks ago

This PR introduces an initial setup for unit testing to help validate fixes more quickly, without the need for a full NetBeans environment and VS Code UI runs. This setup includes sample unit tests for JDKDownloaderView in view.ts and adds few development dependencies for testing and mocking. A few VS Code-related mocks are also included.

List of DevDependencies added and Justification: