Skip to content

Releases: egfanboy/vscode-test-runner

1.1.1

22 Sep 01:11
Compare
Choose a tag to compare

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

10 Dec 13:39
Compare
Choose a tag to compare

1.0.4 [2018-12-10]

🦄 enhancement

  • Added the ability to attempt to run tests from respective file #6

Version 1.0.3

29 Nov 18:18
Compare
Choose a tag to compare

🦄 enhancement

  • Added the ability to run tests in directories with nested package.json #4

v1.0.2

19 Nov 12:51
Compare
Choose a tag to compare

1.0.2 [2018-11-19]

🐛

  • Fixed bug preventing to start a new terminal if the first one was closed #3