You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rest/src/__tests__/__snapshots__/RestEndpoint.ts.snap
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ exports[`RestEndpoint getPage: should extend name of parent endpoint 1`] = `"htt
4
4
5
5
exports[`RestEndpoint push: should extend name of parent endpoint 1`] =`"http://test.com/article-paginated.create"`;
6
6
7
+
exports[`RestEndpoint remove: should extend name of parent endpoint 1`] =`"http://test.com/article-paginated.remove"`;
8
+
7
9
exports[`RestEndpoint unshift: should extend name of parent endpoint 1`] =`"http://test.com/article-paginated.create"`;
8
10
9
11
exports[`RestEndpoint.fetch() should reject if content-type does not exist with schema 1`] =`[NetworkError: Unexpected text response for schema CoolerArticle]`;
0 commit comments