Skip to content

Commit 861a40a

Browse files
committed
test(ui): add render html utils (2)
1 parent cc97e46 commit 861a40a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
workflow_dispatch:
99

10+
env:
11+
TZ: Europe/Paris
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest

packages/~/organizations/ui/src/info/About.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ test("render about section", async () => {
3434
id="about_section"
3535
/>,
3636
),
37-
).toBeString();
37+
).toMatchSnapshot();
3838
});

0 commit comments

Comments
 (0)