Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
fix(pull-request): update PR snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Sep 15, 2019
1 parent 4326fe4 commit 2c9816a
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions __tests__/__snapshots__/pull-request.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,19 @@ exports[`E2E: Pull Request Module Test List Detailed PRs \`gh pr --detailed\` 1`
"Listing open pull requests on protoEvangelion/gh
protoEvangelion/gh
Branch: master (1)
#55 pr title @protoEvangelion (in 4 years) ✓
https://github.com/protoEvangelion/gh/pull/55
pr description
┌─────────┬───────────────────────────────────────────────┬─────────────────────┬───────────────┬────────┐
│ # │ Details │ Author │ Opened │ Status │
├─────────┼───────────────────────────────────────────────┼─────────────────────┼───────────────┼────────┤
│ #55 │ Title: │ @protoEvangelion │ in 4 years │ ✓ │
│ │ │ │ │ │
│ │ pr title │ │ │ │
│ │ │ │ │ │
│ │ Body: │ │ │ │
│ │ │ │ │ │
│ │ pr description │ │ │ │
│ │ │ │ │ │
│ │ https://github.com/protoEvangelion/gh/pull/55 │ │ │ │
└─────────┴───────────────────────────────────────────────┴─────────────────────┴───────────────┴────────┘
"
`;

Expand Down Expand Up @@ -105,7 +114,11 @@ exports[`E2E: Pull Request Module Test List PRs \`gh pr\` 1`] = `
"Listing open pull requests on protoEvangelion/gh
protoEvangelion/gh
Branch: master (1)
#55 pr title @protoEvangelion (in 4 years) ✓
┌─────────┬───────────────────────────────────────────────┬─────────────────────┬───────────────┬────────┐
│ # │ Title │ Author │ Opened │ Status │
├─────────┼───────────────────────────────────────────────┼─────────────────────┼───────────────┼────────┤
│ #55 │ pr title │ @protoEvangelion │ in 4 years │ ✓ │
└─────────┴───────────────────────────────────────────────┴─────────────────────┴───────────────┴────────┘
"
`;

Expand Down

0 comments on commit 2c9816a

Please sign in to comment.