Skip to content

Commit

Permalink
test(ui): add render html utils (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Oct 4, 2024
1 parent cc97e46 commit 861a40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
workflow_dispatch:

env:
TZ: Europe/Paris

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/~/organizations/ui/src/info/About.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ test("render about section", async () => {
id="about_section"
/>,
),
).toBeString();
).toMatchSnapshot();
});

0 comments on commit 861a40a

Please sign in to comment.