-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/components/__tests__/__snapshots__/SimpleTrainingCard.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`SimpleTrainingCard > mounts 1`] = ` | ||
"<div data-v-d91f3409="" class="simple-training-card mt-4"> | ||
<div data-v-d91f3409="" class="simple-training-card__title text-body-1 text-no-wrap"><i data-v-d91f3409="" class="mdi-boxing-glove mdi v-icon notranslate v-theme--light v-icon--size-default simple-training-card__activity-icon" aria-hidden="true" title="Boxing" aria-label="Boxing"></i> Boxing</div> | ||
<div data-v-d91f3409="" class="simple-training-card__duration text-body-1"><i data-v-d91f3409="" class="mdi-timer mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Duration"></i> 1 h</div> | ||
<div data-v-d91f3409="" class="simple-training-card__location text-body-1"><i data-v-d91f3409="" class="mdi-map-marker mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Location"></i> Total wreck gym</div> | ||
<div data-v-d91f3409="" class="simple-training-card__intensity text-body-1"><i data-v-d91f3409="" class="mdi-speedometer mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Intensity"></i> Normal</div> | ||
"<div data-v-d91f3409="" class="simple-training-card my-4 text-body-1"> | ||
<div data-v-d91f3409="" class="simple-training-card__title"><i data-v-d91f3409="" class="mdi-boxing-glove mdi v-icon notranslate v-theme--light v-icon--size-default simple-training-card__activity-icon" aria-hidden="true" title="Boxing" aria-label="Boxing"></i> Boxing</div> | ||
<div data-v-d91f3409="" class="simple-training-card__duration"><i data-v-d91f3409="" class="mdi-timer mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Duration"></i> 1 h</div> | ||
<div data-v-d91f3409="" class="simple-training-card__location"><i data-v-d91f3409="" class="mdi-map-marker mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Location"></i> Total wreck gym</div> | ||
<div data-v-d91f3409="" class="simple-training-card__intensity"><i data-v-d91f3409="" class="mdi-speedometer mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true" aria-label="Training Intensity"></i> Normal</div> | ||
</div>" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters