Skip to content

Commit 35c09aa

Browse files
authored
chore(cleanup): Removed unneeded test id from ClockHands (#288)
1 parent f161331 commit 35c09aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ClockHands.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { createMemo, createSignal, onCleanup } from 'solid-js';
22

33
import { ClockLine as ClockHand } from '@/ClockLine';
44
import { rotate, seconds } from '@/common';
5-
import { getTestId } from '@/utilities';
65

76
const hours = seconds / 5;
87
const getSecondsSinceMidnight = () =>
@@ -33,7 +32,6 @@ export const ClockHands = () => {
3332
<>
3433
<ClockHand
3534
class="stroke-zinc-200 stroke-3 dark:stroke-zinc-600"
36-
data-testid={getTestId('subsecond')}
3735
length={82}
3836
transform={subsecond()}
3937
/>

0 commit comments

Comments
 (0)