-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(merge): resolve merge conflicts
- Loading branch information
Showing
5 changed files
with
18 additions
and
2 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
2 changes: 1 addition & 1 deletion
2
src/components/SceneCards/__snapshots__/SceneCards.test.js.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,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`<SceneCards /> Matches its snapshot 1`] = `"<div><div class=\\"MuiPaper-root-5 MuiPaper-elevation8-15 MuiPaper-rounded-6 MuiCard-root-4 SceneCards-card-1\\"><div class=\\"MuiCardMedia-root-32 SceneCards-cardMedia-3\\" style=\\"background-image: url(https://image.path);\\" title=\\"test\\"></div><div class=\\"MuiCardContent-root-34\\"><h1 class=\\"MuiTypography-root-35 MuiTypography-headline-40 MuiTypography-gutterBottom-52\\">test</h1><p class=\\"MuiTypography-root-35 MuiTypography-body1-44\\">This scene does not yet have a description.</p></div><div class=\\"MuiCardActions-root-59\\"><a tabindex=\\"-1\\" class=\\"MuiButtonBase-root-85 MuiButtonBase-disabled-86 MuiButton-root-69 MuiButton-outlined-73 MuiButton-sizeSmall-82 MuiButton-disabled-79 SceneCards-cardActionButton-2\\" role=\\"button\\" href=\\"/experience/vreditor/test/test\\"><span class=\\"MuiButton-label-70\\"><svg class=\\"MuiSvgIcon-root-88\\" focusable=\\"false\\" viewBox=\\"0 0 24 24\\" aria-hidden=\\"true\\"><g><path d=\\"M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z\\"></path></g></svg></span></a></div></div></div>"`; | ||
exports[`<SceneCards /> Matches its snapshot 1`] = `"<div><div class=\\"MuiPaper-root-6 MuiPaper-elevation8-16 MuiPaper-rounded-7 MuiCard-root-5 SceneCards-card-1 SceneCards-cardActive-2\\"><div class=\\"MuiCardMedia-root-33 SceneCards-cardMedia-4\\" style=\\"background-image: url(https://image.path);\\" title=\\"test\\"></div><div class=\\"MuiCardContent-root-35\\"><h1 class=\\"MuiTypography-root-36 MuiTypography-headline-41 MuiTypography-gutterBottom-53\\">test</h1><p class=\\"MuiTypography-root-36 MuiTypography-body1-45\\">This scene does not yet have a description.</p></div><div class=\\"MuiCardActions-root-60\\"><a tabindex=\\"-1\\" class=\\"MuiButtonBase-root-86 MuiButtonBase-disabled-87 MuiButton-root-70 MuiButton-outlined-74 MuiButton-sizeSmall-83 MuiButton-disabled-80 SceneCards-cardActionButton-3\\" role=\\"button\\" href=\\"/experience/vreditor/test/test\\"><span class=\\"MuiButton-label-71\\"><svg class=\\"MuiSvgIcon-root-89\\" focusable=\\"false\\" viewBox=\\"0 0 24 24\\" aria-hidden=\\"true\\"><g><path d=\\"M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z\\"></path></g></svg></span></a></div></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