We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d528da commit 82224faCopy full SHA for 82224fa
.gitignore
@@ -10,3 +10,5 @@ vercel_token
10
# IDE
11
.vscode
12
*.code-workspace
13
+
14
+.vercel
tests/e2e/e2e.test.js
@@ -15,14 +15,14 @@ const REPO = "curly-fiesta";
15
const USER = "catelinemnemosyne";
16
const STATS_DATA = {
17
name: "Cateline Mnemosyne",
18
- totalPRs: 1,
19
- totalCommits: 7,
+ totalPRs: 2,
+ totalCommits: 8,
20
totalIssues: 1,
21
totalStars: 1,
22
contributedTo: 1,
23
rank: {
24
level: "A+",
25
- score: 50.893750297869225,
+ score: 50.88831151384285,
26
},
27
};
28
0 commit comments