-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
32 changed files
with
278 additions
and
620 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
3 changes: 0 additions & 3 deletions
3
...app/templates/no-redux/src/components/hocs/__tests__/__snapshots__/route-fetcher.tsx.snap
This file was deleted.
Oops, something went wrong.
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
38 changes: 0 additions & 38 deletions
38
...ffolder/generators/app/templates/no-redux/src/components/hocs/__tests__/route-fetcher.tsx
This file was deleted.
Oops, something went wrong.
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
17 changes: 0 additions & 17 deletions
17
...ct-app-scaffolder/generators/app/templates/no-redux/src/components/hocs/route-fetcher.tsx
This file was deleted.
Oops, something went wrong.
20 changes: 10 additions & 10 deletions
20
...pp/templates/no-redux/src/components/pages/__tests__/__snapshots__/authenticated.tsx.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,22 +1,22 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Authenticated should match a snapshot 1`] = ` | ||
<Connect(ErrorBoundary)> | ||
<FlexContainerBasic | ||
<ErrorBoundary> | ||
<Component | ||
hasPadding={true} | ||
> | ||
<FlexContainerResponsive | ||
<Component | ||
flexColumn={true} | ||
hasBackground={true} | ||
hasPadding={true} | ||
> | ||
<H3> | ||
<Component> | ||
Welcome To Reapit Elements | ||
</H3> | ||
<SubTitleH5> | ||
</Component> | ||
<Component> | ||
You are now authenticated against our sandbox data | ||
</SubTitleH5> | ||
</FlexContainerResponsive> | ||
</FlexContainerBasic> | ||
</Connect(ErrorBoundary)> | ||
</Component> | ||
</Component> | ||
</Component> | ||
</ErrorBoundary> | ||
`; |
20 changes: 10 additions & 10 deletions
20
...erators/app/templates/no-redux/src/components/pages/__tests__/__snapshots__/home.tsx.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,29 +1,29 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Home should match a snapshot 1`] = ` | ||
<Connect(ErrorBoundary)> | ||
<FlexContainerBasic | ||
<ErrorBoundary> | ||
<Component | ||
hasBackground={true} | ||
hasPadding={true} | ||
> | ||
<FlexContainerResponsive | ||
<Component | ||
flexColumn={true} | ||
hasBackground={true} | ||
hasPadding={true} | ||
> | ||
<H3> | ||
<Component> | ||
Welcome To Reapit Elements | ||
</H3> | ||
<SubTitleH5> | ||
</Component> | ||
<Component> | ||
Click | ||
<Link | ||
to="/login" | ||
> | ||
here | ||
</Link> | ||
to login | ||
</SubTitleH5> | ||
</FlexContainerResponsive> | ||
</FlexContainerBasic> | ||
</Connect(ErrorBoundary)> | ||
</Component> | ||
</Component> | ||
</Component> | ||
</ErrorBoundary> | ||
`; |
Oops, something went wrong.