source_gen_test
source_gen_test copied to clipboard
Add `node` field to `@ShouldThrow`
The latest source_gen version (1.4.0) added a node argument to InvalidGenerationSourceError to allow finding the source location from an AstNode over an Element.
Currently, the @ShouldThrow annotation doesn't have such field, so we can't test if a node was passed to InvalidGenerationSourceError.