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.
- Host: GitHub
- URL: https://github.com/sample-by-jsakamoto/runs-javascript-tests-on-visual-studio-2022-test-explorer
- Owner: sample-by-jsakamoto
- License: unlicense
- Created: 2022-03-29T02:29:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T07:34:40.000Z (3 months ago)
- Last Synced: 2025-04-09T23:55:24.261Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Runs JavaScript Tests with "Mocha" in the Visual Studio 2022 Test Explorer

> [!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)