We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ca5a6 commit 29a6728Copy full SHA for 29a6728
json_serializable/test/config_test.dart
@@ -37,7 +37,8 @@ void main() {
37
});
38
39
test('triggers config is ignored', () async {
40
- // This key is used by build_runner so it's meaningful for any builder.
+ // This key is used by build_runner so it's meaningful for any builder,
41
+ // check it doesn't cause json_serializable's config validation to throw.
42
jsonSerializable(const BuilderOptions({'run_only_if_triggered': true}));
43
44
0 commit comments