Skip to content

Commit

Permalink
Update user.stories.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Mar 4, 2024
1 parent 329e1ac commit 9314d4b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@ export const User = {
}
}

// export const UserRepos = {
// args: {
// ...User.args,
// repos: stringify([{ ...parseFetchedRepo(repoProfileComponents), user_login: userScottnath.login }, parseFetchedRepo(repoStorydocker)]),
// },
// // breaks in github-actions CI, unknown why
// // play: User.play,
// }
export const UserRepos = {
args: {
...User.args,
repos: stringify([{ ...parseFetchedRepo(repoProfileComponents), user_login: userScottnath.login }, parseFetchedRepo(repoStorydocker)]),
},
// breaks in github-actions CI, unknown why
// play: User.play,
}

// export const PopularUser = {
// args: parseFetchedUser(userSindresorhus),
// play: User.play,
// }
export const PopularUser = {
args: parseFetchedUser(userSindresorhus),
play: User.play,
}

// export const OnlyRequired = {
// args: {
// login: userScottnath.login,
// name: userScottnath.name,
// },
// play: User.play,
// }
export const OnlyRequired = {
args: {
login: userScottnath.login,
name: userScottnath.name,
},
play: User.play,
}

// export const Fetch = {
// args: {
Expand Down

0 comments on commit 9314d4b

Please sign in to comment.