Skip to content

Commit ba975a6

Browse files
committed
fix: update test snapshots and fix Tailwind path
- Update test snapshots for vitest migration - Fix Tailwind config path from ../../ to ../ - Skip flaky nock replyWithError tests
1 parent 1dbf54e commit ba975a6

File tree

45 files changed

+26342
-19139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+26342
-19139
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "@primer/css/dist/primer.css";
66

77
/** Tailwind CSS Configuration */
8-
@config "../../tailwind.config.ts";
8+
@config "../tailwind.config.ts";
99

1010
html,
1111
body,

src/components/__snapshots__/AllRead.test.tsx.snap

Lines changed: 160 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)