Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 20, 2024
1 parent 6015d61 commit cc34a82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const _require = require

export class VitestReporter {
constructor(
protected id: string,
public readonly id: string,
protected handlers: ResolvedMeta['handlers'],
) {}

Expand Down Expand Up @@ -86,7 +86,6 @@ export class VitestFolderAPI extends VitestReporter {
const normalizedId = normalize(id)
super(normalizedId, meta.handlers)
WEAKMAP_API_FOLDER.set(this, folder)
this.id = normalizedId
// TODO: make it prettier, but still unique
this.tag = new vscode.TestTag(this.id)
}
Expand Down

0 comments on commit cc34a82

Please sign in to comment.