-
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.
- Loading branch information
1 parent
aaa65ed
commit 3335154
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
src/components/RmSearcher/__snapshots__/RmSearcher.spec.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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Searcher snapshot test 1`] = ` | ||
<div | ||
className="row justify-content-center" | ||
> | ||
<div | ||
className="col-xs-12 col-sm-12 col-md-12" | ||
> | ||
<form | ||
name="searcher" | ||
onSubmit={[Function]} | ||
> | ||
<div | ||
className="form-group" | ||
> | ||
<label | ||
className="sr-only" | ||
htmlFor="searcher" | ||
> | ||
Just type | ||
</label> | ||
<input | ||
className="form-control" | ||
id="searcher" | ||
name="searcher" | ||
onChange={[Function]} | ||
placeholder="Type..." | ||
type="text" | ||
/> | ||
</div> | ||
</form> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default COUNTRIES = 'https://restcountries.eu/rest/v2'; |