Skip to content

Commit 6912709

Browse files
run prettier
1 parent 2c325f2 commit 6912709

File tree

1 file changed

+3
-1
lines changed
  • web/renderer/components/pageComponents/DatabasePage/ForTests/TestGroup

1 file changed

+3
-1
lines changed

web/renderer/components/pageComponents/DatabasePage/ForTests/TestGroup/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ export default function TestGroup({
113113
onFocus={() => setIsEditing(true)}
114114
onClick={e => e.stopPropagation()}
115115
/>
116-
<span className={css.testCount}>{`(${testCount} ${testCount === 1 ? 'test' : 'tests'})`}</span>
116+
<span
117+
className={css.testCount}
118+
>{`(${testCount} ${testCount === 1 ? "test" : "tests"})`}</span>
117119
</div>
118120
<div className={css.groupHeaderRight}>
119121
{groupResult && (

0 commit comments

Comments
 (0)