Releases: egfanboy/vscode-test-runner
Releases · egfanboy/vscode-test-runner
1.1.1
1.1.1 [2019-09-21]
enhancement
- Created logger class that will log messages to the Output tab #15
- Abstracted logic to get test file path #15
- Refactored logic to get the relative file path from the cwd #15
- Refactored logic to get cwd by scanning every single directory for a package.json #15
bug fix
- Fixed an issue where you could not test files in a project nested 2+ directories deep #15
1.0.4
Version 1.0.3
🦄 enhancement
- Added the ability to run tests in directories with nested
package.json
#4