Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
adenj committed Nov 21, 2024
1 parent e05157e commit 321bfa7
Show file tree
Hide file tree
Showing 6 changed files with 3,670 additions and 3,424 deletions.
6 changes: 3 additions & 3 deletions fixtures/braid-design-system/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ describe('braid-design-system', () => {
),
).toMatchInlineSnapshot(`
"<style type="text/css">
html,body{margin:0;padding:0;background:#F7F8FB}
html.sprinkles_darkMode__7n536nz,html.sprinkles_darkMode__7n536nz body{color-scheme:dark;background:#0E131B}
</style><div class="apacTheme_apac__1hqgmsr0 typography_lightModeTone_light__ndjjoi18 typography_darkModeTone_dark__ndjjoi1b"><div class="reset_base__14h31gj0 sprinkles_paddingTop_large_mobile__7n536n6y App_vanillaBox__inn18b0"></div></div>"
html,body{margin:0;padding:0;background:#fff}
html.sprinkles_darkMode__7n536n10,html.sprinkles_darkMode__7n536n10 body{color-scheme:dark;background:#1C2330}
</style><div class="seekJobs_seekJobs__1sh8lan0 typography_lightModeTone_light__ndjjoi18 typography_darkModeTone_dark__ndjjoi1b"><div class="reset_base__14h31gj0 sprinkles_paddingTop_large_mobile__7n536n83 App_vanillaBox__inn18b0"></div></div>"
`);
});
});
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.eslintrc
.prettierrc
coverage/
dist/
dist-build/
pnpm-lock.yaml
report/
tsconfig.json
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.eslintrc
.prettierrc
coverage/
dist/
dist-build/
report/
tsconfig.json
# end managed by sku
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.eslintrc
.prettierrc
coverage/
dist/
dist-build/
pnpm-lock.yaml
report/
tsconfig.json
Expand Down
Loading

0 comments on commit 321bfa7

Please sign in to comment.