-
Notifications
You must be signed in to change notification settings - Fork 6
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
7 changed files
with
763 additions
and
686 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports['App matches the snapshot 1'] = ` | ||
ShallowWrapper { | ||
"length": 1, | ||
} | ||
`; | ||
exports[`App matches the snapshot 1`] = `ShallowWrapper {}`; |
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,7 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports['AppFooter matches the snapshot 1'] = ` | ||
ShallowWrapper { | ||
"length": 1, | ||
} | ||
`; | ||
exports[`AppFooter matches the snapshot 1`] = `ShallowWrapper {}`; |
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,13 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports['ServerItem matches the snapshot when the server is running 1'] = ` | ||
ShallowWrapper { | ||
"length": 1, | ||
} | ||
`; | ||
exports[`ServerItem matches the snapshot when the server is running 1`] = `ShallowWrapper {}`; | ||
|
||
exports['ServerItem matches the snapshot when the server is stopped 1'] = ` | ||
ShallowWrapper { | ||
"length": 1, | ||
} | ||
`; | ||
exports[`ServerItem matches the snapshot when the server is stopped 1`] = `ShallowWrapper {}`; |
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,7 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports['ServerList matches the snapshot 1'] = ` | ||
ShallowWrapper { | ||
"length": 1, | ||
} | ||
`; | ||
exports[`ServerList matches the snapshot 1`] = `ShallowWrapper {}`; |
Oops, something went wrong.