Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jan 15, 2023
1 parent e3bd3ba commit a4a5ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-provider/test-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class JestTestProvider {
cancelToken: vscode.CancellationToken
): Promise<void> => {
if (!request.profile) {
const message = 'not supporting runRequest without profile'
const message = 'not supporting runRequest without profile';
this.log('error', message, request);
return Promise.reject(message);
}
Expand Down

0 comments on commit a4a5ec0

Please sign in to comment.