-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from cofacts/media-similarity
[3] Expose media similarity in ListArticles
- Loading branch information
Showing
11 changed files
with
77 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
exports[`verifyProfile authenticates user via profile ID 1`] = ` | ||
Object { | ||
"_cursor": undefined, | ||
"_fields": undefined, | ||
"_score": 0.2876821, | ||
"email": "[email protected]", | ||
"facebookId": "secret-fb-id", | ||
|
@@ -16,6 +17,7 @@ Object { | |
exports[`verifyProfile authenticates user via same email of existing user; also updates profile ID 1`] = ` | ||
Object { | ||
"_cursor": undefined, | ||
"_fields": undefined, | ||
"_score": undefined, | ||
"email": "[email protected]", | ||
"facebookId": "secret-fb-id", | ||
|
@@ -31,6 +33,7 @@ Object { | |
exports[`verifyProfile creates new user if user does not exist 1`] = ` | ||
Object { | ||
"_cursor": undefined, | ||
"_fields": undefined, | ||
"_score": undefined, | ||
"avatarUrl": "url-to-photo", | ||
"createdAt": "1989-06-04T00:00:00.000Z", | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
exports[`userLoaderFactory should return correct user with given slug 1`] = ` | ||
Object { | ||
"_cursor": undefined, | ||
"_fields": undefined, | ||
"_score": 0.6931472, | ||
"email": "[email protected]", | ||
"highlight": undefined, | ||
|
@@ -16,6 +17,7 @@ Object { | |
exports[`userLoaderFactory should return correct user with given slug 2`] = ` | ||
Object { | ||
"_cursor": undefined, | ||
"_fields": undefined, | ||
"_score": 0.6931472, | ||
"email": "[email protected]", | ||
"highlight": undefined, | ||
|
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
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
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