jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.85k stars 295 forks source link

upgrade dependencies and added parser options #989

Closed connectdotz closed 1 year ago

connectdotz commented 1 year ago
  1. upgraded all dependencies, including jest-editor-support so we can support files with recent language features. Also fixed the new lint rule warning/errors.
  2. added new option jest.parserPluginOptions to support decorators feature better, such as parameter decorators. (resolve #966)
  3. also fixed a bug that activeEditor might trigger the wrong workspace handler. (triggerUpdateActiveEditor in JestExt/core)
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3921790755


Files with Coverage Reduction New Missed Lines %
src/JestExt/core.ts 1 98.77%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 3888958407: -0.07%
Covered Lines: 3383
Relevant Lines: 3407

💛 - Coveralls