Skip to content

test(diff): cover empty storage diff - #13

Merged
Hollujay merged 1 commit into
Hollujay:mainfrom
pollychen-lab:test/diff-edge-cases
Aug 3, 2026
Merged

test(diff): cover empty storage diff#13
Hollujay merged 1 commit into
Hollujay:mainfrom
pollychen-lab:test/diff-edge-cases

Conversation

@pollychen-lab

Copy link
Copy Markdown
Contributor

Summary

Adds the missing diffStorage edge-case coverage for a simulated call that touches no storage.

The existing test/diff.test.ts suite already covers added, removed, changed, and unchanged keys; this completes the issue checklist with the empty footprint case.

Closes #10.

Validation

  • npm run lint
  • npx tsc --noEmit
  • npm test
  • npm run build
  • git diff --check

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

@pollychen-lab is attempting to deploy a commit to the hollujay's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Hollujay
Hollujay merged commit 95eb672 into Hollujay:main Aug 3, 2026
1 of 2 checks passed
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
simutrace Ready Ready Preview Aug 3, 2026 6:13pm

@pollychen-lab

Copy link
Copy Markdown
Contributor Author

@Hollujay thanks

@Hollujay

Hollujay commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Thank you for contributing @pollychen-lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: add unit tests for diff.ts edge cases

2 participants