Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix #986

Merged
merged 3 commits into from
Jan 15, 2023
Merged

Typo fix #986

merged 3 commits into from
Jan 15, 2023

Conversation

antonk52
Copy link
Contributor

Sorry for a merge commit, tried out gh codespaces. Please squash.

@coveralls
Copy link

coveralls commented Jan 11, 2023

Pull Request Test Coverage Report for Build 3924520423

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 8 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.3%) to 97.779%

Files with Coverage Reduction New Missed Lines %
src/StatusBar.ts 1 99.29%
src/test-provider/test-provider.ts 2 96.92%
src/test-provider/test-item-data.ts 5 96.73%
Totals Coverage Status
Change from base Build 3878595132: 0.3%
Covered Lines: 3374
Relevant Lines: 3397

💛 - Coveralls

@@ -138,8 +138,9 @@ export class JestTestProvider {
cancelToken: vscode.CancellationToken
): Promise<void> => {
if (!request.profile) {
this.log('error', 'not supporting runRequest without profile', request);
return Promise.reject('cnot supporting runRequest without profile');
const message = 'not supporting runRequest without profile'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, looks like just missing a ; ...

@connectdotz connectdotz merged commit 605a485 into jest-community:master Jan 15, 2023
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
* fix: typo

* fix lint error

Co-authored-by: ConnectDotz <vsun@connectdotz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants