Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Feb 26, 2024
1 parent 23ea675 commit 4af867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ class TaskName {
}
// vitest's test task name starts with ' ' of root suite
// It's considered as a bug, but it's not fixed yet for backward compatibility
return '\\s?' + patterns.join(' ')
return `\\s?${patterns.join(' ')}`
}
}

0 comments on commit 4af867c

Please sign in to comment.