-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Oscar Franco
committed
Jan 7, 2020
1 parent
f9eab1a
commit a9a567f
Showing
17 changed files
with
1,063 additions
and
571 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`link preview hould handle empty strings gracefully 1`] = `"link-preview-js did not receive either a url or text"`; | ||
|
||
exports[`link preview no link in text should fail gracefully 1`] = `"link-preview-js did not receive either a url or text"`; | ||
|
||
exports[`link preview should handle malformed urls gracefully 1`] = `"link-preview-js did not receive either a url or text"`; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.