Skip to content

Commit 82224fa

Browse files
authored
ci: update e2e tests (#2548)
1 parent 1d528da commit 82224fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ vercel_token
1010
# IDE
1111
.vscode
1212
*.code-workspace
13+
14+
.vercel

tests/e2e/e2e.test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ const REPO = "curly-fiesta";
1515
const USER = "catelinemnemosyne";
1616
const STATS_DATA = {
1717
name: "Cateline Mnemosyne",
18-
totalPRs: 1,
19-
totalCommits: 7,
18+
totalPRs: 2,
19+
totalCommits: 8,
2020
totalIssues: 1,
2121
totalStars: 1,
2222
contributedTo: 1,
2323
rank: {
2424
level: "A+",
25-
score: 50.893750297869225,
25+
score: 50.88831151384285,
2626
},
2727
};
2828

0 commit comments

Comments
 (0)