An open API service indexing awesome lists of open source software.

https://github.com/sample-by-jsakamoto/runs-javascript-tests-on-visual-studio-2022-test-explorer

(Sample code) Runs JavaScript tests with "Mocha" on Visual Studio 2022 Test Explorer.
https://github.com/sample-by-jsakamoto/runs-javascript-tests-on-visual-studio-2022-test-explorer

Last synced: about 2 months ago
JSON representation

(Sample code) Runs JavaScript tests with "Mocha" on Visual Studio 2022 Test Explorer.

Awesome Lists containing this project

README

        

# Runs JavaScript Tests with "Mocha" in the Visual Studio 2022 Test Explorer

![fig.1](.assets/fig001.png)

> [!NOTE]
> If you are looking for an example using "Vitest", you will find it in the following repository.
> https://github.com/sample-by-jsakamoto/Vitest-on-VS2022-TestExplorer

## System Requirements

- Visual Studio 2022 version 17.13.0 or later
- Node.js version 18.0 or later

## License

[The Unlicense](LICENSE)