-
Notifications
You must be signed in to change notification settings - Fork 38
test: add comprehensive unit tests across packages and apps #2452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
43c8fb0
Merge pull request #2438 from PackRat-AI/development
andrew-bierman 7df919e
fix(og): point metadata to og-image.png and harden tests
claude 7d03ef4
test: improve coverage across monorepo with new tests and higher thre…
claude 962bb3d
feat(og): add OG pipeline to trails; harden og-meta tests with out/ c…
claude 10ebd9e
test: push all packages to 95%+ coverage thresholds
claude 042cb46
chore(guides): update generated blog post content
claude f9c095a
fix: resolve CI failures from OG image pipeline review
claude f982910
fix: biome import sort + update bun.lock for trails devDependencies
claude 4594761
fix: replace typeof with instanceof in fetch interceptor
claude 616462e
ci: add continue-on-error to Lighthouse steps in builds.yml
claude 7df5f8a
fix: remove file-based opengraph/twitter image routes from landing an…
claude 8f7acd9
design: redesign OG images with brand colors and real logo mark
claude e700c54
fix: address CodeRabbit review comments
claude ae6f7c2
redesign OG images: real app mark, Apple-style, pure black
claude 9779fdc
fix(tests): address CI failures from review feedback
claude 33e6b8f
fix(overpass): resolve biome useMaxParams violation in client.test.ts
claude c5d073b
fix: resolve biome and TypeScript errors in test files
claude 2a24929
ci: exclude unit test files from Web E2E workflow trigger
claude 3f0598f
ci: skip Web E2E job when E2E secrets are not configured
claude 789ac83
Merge pull request #2442 from PackRat-AI/claude/fix-og-images-tests-Q…
andrew-bierman 0a2be34
ci: exclude unit test files and skip when secrets missing in E2E work…
claude 13bf60d
fix: address CodeRabbit review — CI gate jobs and test improvements
claude bc4f102
test(api): extract and unit-test auth helpers (verifyPasswordCompat, …
claude 9211513
fix(api): fix vi.fn() type argument syntax for Vitest v3
claude 9b0032c
fix: address CodeRabbit review comments
claude 93f5277
fix(api): sort imports in auth/index.ts after alias change
claude 12be343
Merge pull request #2443 from PackRat-AI/claude/improve-test-coverage…
andrew-bierman 3fa2aaa
chore: merge main into fix-web-e2e-tests-GmfNP
claude e96e9a4
fix(e2e): fix Web E2E test workflow and Playwright infrastructure
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent action versions across workflows.
This file uses
actions/checkout@v4whilebuilds.ymlande2e-tests.ymluse@v6. Similarly,upload-artifact@v4here vs@v7elsewhere. This can cause subtle behavioral differences and complicates maintenance.Align versions across all workflows, then pin to SHAs.
📝 Committable suggestion
🤖 Prompt for AI Agents