1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust9,290 stars (9,290 stars)703 forks (703 forks)batch import
area: denogood first issue
Description
This issue does not include a description.
- Issue type
- test
- Research direction
- Examine the existing snapshot tests in the wgpu repository, likely using the `insta` crate. Look at the `Device` methods `create * pipeline async` to understand their signatures and behavior. Check if there are any current tests for these methods to decide on a testing strategy. Consider using Deno's snapshot testing if that is the intended approach, but first verify with maintainers in the issue comments.