Skip to content

Commit 4589ce0

Browse files
Add snapshot testing for profile storybook
1 parent bdc3a98 commit 4589ce0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
ui:
8989
- 'packages/ui-next/**'
9090
- 'packages/keychain/**'
91+
- 'packages/profile/**'
9192
- '**/package.json'
9293
- '**/pnpm-lock.yaml'
9394
@@ -146,6 +147,7 @@ jobs:
146147
147148
# Check both packages
148149
check_snapshots "keychain" "packages/keychain/__image_snapshots__"
150+
check_snapshots "profile" "packages/profile/__image_snapshots__"
149151
check_snapshots "ui-next" "packages/ui-next/__image_snapshots__"
150152
151153
# Set environment variables

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ catalog:
3535
postcss: "^8.4.35"
3636
postcss-import: "^16.1.0"
3737
prettier: "^3.4.2"
38-
query-string: "^71.1"
3938
react: "^19.0.0"
4039
react-dom: "^19.0.0"
4140
react-query: "^3.39.2"

0 commit comments

Comments
 (0)