Skip to content

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

Open
K1NGD4VID wants to merge 7 commits into
LabsCrypt:mainfrom
K1NGD4VID:never-commit-test_snapshots
Open

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

Conversation

@K1NGD4VID
Copy link
Copy Markdown

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
Copy link
Copy Markdown
Contributor

ogazboiz commented Jun 1, 2026

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
Author

please merge

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