Skip to content

Commit

Permalink
ci: update e2e tests (anuraghazra#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and j4ckofalltrades committed Mar 5, 2023
1 parent a8d738c commit b88dc93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ vercel_token
# IDE
.vscode
*.code-workspace

.vercel
6 changes: 3 additions & 3 deletions tests/e2e/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ const REPO = "curly-fiesta";
const USER = "catelinemnemosyne";
const STATS_DATA = {
name: "Cateline Mnemosyne",
totalPRs: 1,
totalCommits: 7,
totalPRs: 2,
totalCommits: 8,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "A+",
score: 50.893750297869225,
score: 50.88831151384285,
},
};

Expand Down

0 comments on commit b88dc93

Please sign in to comment.