We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c325f2 commit 6912709Copy full SHA for 6912709
web/renderer/components/pageComponents/DatabasePage/ForTests/TestGroup/index.tsx
@@ -113,7 +113,9 @@ export default function TestGroup({
113
onFocus={() => setIsEditing(true)}
114
onClick={e => e.stopPropagation()}
115
/>
116
- <span className={css.testCount}>{`(${testCount} ${testCount === 1 ? 'test' : 'tests'})`}</span>
+ <span
117
+ className={css.testCount}
118
+ >{`(${testCount} ${testCount === 1 ? "test" : "tests"})`}</span>
119
</div>
120
<div className={css.groupHeaderRight}>
121
{groupResult && (
0 commit comments