Skip to content

Commit cfa8423

Browse files
committed
test: update snapshots
1 parent d5d1f44 commit cfa8423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/renderStatsCard.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ describe("Test renderStatsCard", () => {
329329
document.querySelector(
330330
'g[transform="translate(0, 25)"]>.stagger>.stat.bold',
331331
).textContent,
332-
).toMatchInlineSnapshot(`"累计提交数(commit) (2022):"`);
332+
).toMatchInlineSnapshot(`"累计提交数(commit) (2023):"`);
333333
expect(
334334
document.querySelector(
335335
'g[transform="translate(0, 50)"]>.stagger>.stat.bold',

0 commit comments

Comments
 (0)