area: testsarea: validationgood first issuekind: diagnosticsnaga
Description
Follow-up from #6791. It didn't add a test case.
Contributor guide
Tech stack
rust
Domain
testing
Issue type
test
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
understanding of wgpu's snapshot testingprior PR #6791 context
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Look at PR #6791 to understand the ImageStore type mismatch diagnostic that was added. Then identify the existing snapshot test file for diagnostics (likely under tests/ directory) and add a test case similar to existing ones. The test should verify that the diagnostic is emitted correctly. No code change beyond adding the test is needed.