Skip to content

Commit 108a6ae

Browse files
committed
Fix failing test
1 parent e135066 commit 108a6ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/__tests__/components/StopWatch.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<button @click="handleRunClick" data-testid="start-stop-button">
55
{{ running ? 'Stop' : 'Start' }}
66
</button>
7-
<button @click="handleClearClick" data-testid="clear-button">
8-
Clear
9-
</button>
107
</div>
118
</template>
129

0 commit comments

Comments
 (0)