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 e135066 commit 108a6aeCopy full SHA for 108a6ae
src/__tests__/components/StopWatch.vue
@@ -4,9 +4,6 @@
4
<button @click="handleRunClick" data-testid="start-stop-button">
5
{{ running ? 'Stop' : 'Start' }}
6
</button>
7
- <button @click="handleClearClick" data-testid="clear-button">
8
- Clear
9
- </button>
10
</div>
11
</template>
12
0 commit comments