|
1 | 1 | export default { |
2 | | - users: { |
3 | | - status: 200, |
4 | | - contentType: 'application/json', |
5 | | - responseText: { |
6 | | - avatar_url: "https://avatars1.githubusercontent.com/u/1375616?v=3", |
7 | | - bio: "mek a d weeb fun", |
8 | | - blog: null, |
9 | | - company: "Verndale", |
10 | | - created_at: "2012-01-24T16:19:15Z", |
11 | | - email: "denniswaltermartinez@gmail.com", |
12 | | - events_url: "https://api.github.com/users/DennisMartinez/events{/privacy}", |
13 | | - followers: 13, |
14 | | - followers_url: "https://api.github.com/users/DennisMartinez/followers", |
15 | | - following: 15, |
16 | | - following_url: "https://api.github.com/users/DennisMartinez/following{/other_user}", |
17 | | - gists_url: "https://api.github.com/users/DennisMartinez/gists{/gist_id}", |
18 | | - gravatar_id: "", |
19 | | - hireable: true, |
20 | | - html_url: "https://github.com/DennisMartinez", |
21 | | - id: 1375616, |
22 | | - location: "CO", |
23 | | - login: "DennisMartinez", |
24 | | - name: "Dennis Martinez", |
25 | | - organizations_url: "https://api.github.com/users/DennisMartinez/orgs", |
26 | | - public_gists: 20, |
27 | | - public_repos: 10, |
28 | | - received_events_url: "https://api.github.com/users/DennisMartinez/received_events", |
29 | | - repos_url: "https://api.github.com/users/DennisMartinez/repos", |
30 | | - site_admin: false, |
31 | | - starred_url: "https://api.github.com/users/DennisMartinez/starred{/owner}{/repo}", |
32 | | - subscriptions_url: "https://api.github.com/users/DennisMartinez/subscriptions", |
33 | | - type: "User", |
34 | | - updated_at: "2017-03-25T16:42:02Z", |
35 | | - url: "https://api.github.com/users/DennisMartinez" |
36 | | - } |
37 | | - } |
| 2 | + status: 200, |
| 3 | + responseText: JSON.stringify({ |
| 4 | + avatar_url: "https://avatars1.githubusercontent.com/u/1375616?v=3", |
| 5 | + bio: "mek a d weeb fun", |
| 6 | + blog: null, |
| 7 | + company: "Verndale", |
| 8 | + created_at: "2012-01-24T16:19:15Z", |
| 9 | + email: "denniswaltermartinez@gmail.com", |
| 10 | + events_url: "https://api.github.com/users/DennisMartinez/events{/privacy}", |
| 11 | + followers: 13, |
| 12 | + followers_url: "https://api.github.com/users/DennisMartinez/followers", |
| 13 | + following: 15, |
| 14 | + following_url: "https://api.github.com/users/DennisMartinez/following{/other_user}", |
| 15 | + gists_url: "https://api.github.com/users/DennisMartinez/gists{/gist_id}", |
| 16 | + gravatar_id: "", |
| 17 | + hireable: true, |
| 18 | + html_url: "https://github.com/DennisMartinez", |
| 19 | + id: 1375616, |
| 20 | + location: "CO", |
| 21 | + login: "DennisMartinez", |
| 22 | + name: "Dennis Martinez", |
| 23 | + organizations_url: "https://api.github.com/users/DennisMartinez/orgs", |
| 24 | + public_gists: 20, |
| 25 | + public_repos: 10, |
| 26 | + received_events_url: "https://api.github.com/users/DennisMartinez/received_events", |
| 27 | + repos_url: "https://api.github.com/users/DennisMartinez/repos", |
| 28 | + site_admin: false, |
| 29 | + starred_url: "https://api.github.com/users/DennisMartinez/starred{/owner}{/repo}", |
| 30 | + subscriptions_url: "https://api.github.com/users/DennisMartinez/subscriptions", |
| 31 | + type: "User", |
| 32 | + updated_at: "2017-03-25T16:42:02Z", |
| 33 | + url: "https://api.github.com/users/DennisMartinez" |
| 34 | + }) |
38 | 35 | } |
0 commit comments