Skip to content

chore: untrack 5 snapshot JSONs re-committed after 46a731f - #592

Merged
ogazboiz merged 7 commits into
LabsCrypt:mainfrom
K1NGD4VID:never-commit-test_snapshots
Jun 2, 2026
Merged

chore: untrack 5 snapshot JSONs re-committed after 46a731f#592
ogazboiz merged 7 commits into
LabsCrypt:mainfrom
K1NGD4VID:never-commit-test_snapshots

Conversation

@K1NGD4VID

Copy link
Copy Markdown
Contributor

These files were removed from tracking in 46a731f (chore: remove test_snapshots from tracking, add to .gitignore) but were re-committed in subsequent feature branches without being caught by the ignore rule.

The policy is clear: test_snapshots/ is auto-generated by the Soroban test runner and must never be committed. No .gitignore changes needed. closes #584

K1NGD4VID added 3 commits May 30, 2026 04:36
These files were removed from tracking in 46a731f (chore: remove
test_snapshots from tracking, add to .gitignore) but were re-committed
in subsequent feature branches without being caught by the ignore rule.

The policy is clear: test_snapshots/ is auto-generated by the Soroban
test runner and must never be committed. No .gitignore changes needed.
vitest.config.ts sets coverage.provider = 'v8', which requires
@vitest/coverage-v8 as a peer. It was missing from devDependencies,
causing CI to fail with MISSING DEPENDENCY on npm test.
@ogazboiz

ogazboiz commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

hey, #706 just merged and fixes a broken test-mock pattern that was causing 'Failed Suites' / 'is not a function' / '0 tests' on backend integration tests. please rebase to pick it up:

git fetch upstream
git rebase upstream/main
git push --force-with-lease

@K1NGD4VID

Copy link
Copy Markdown
Contributor Author

please merge

@ogazboiz ogazboiz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean — closes #584 (5 snapshot JSONs untracked + gitignore entry — restores intended state). all CI green. merging!

join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0

@ogazboiz
ogazboiz merged commit 2d8fb7b into LabsCrypt:main Jun 2, 2026
9 checks passed
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.

[Infra] .gitignore says never commit test_snapshots, but 5 snapshot files are tracked

2 participants