Skip to content

Commit 29a6728

Browse files
committed
Address review comments.
1 parent 54ca5a6 commit 29a6728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

json_serializable/test/config_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ void main() {
3737
});
3838

3939
test('triggers config is ignored', () async {
40-
// This key is used by build_runner so it's meaningful for any builder.
40+
// 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.
4142
jsonSerializable(const BuilderOptions({'run_only_if_triggered': true}));
4243
});
4344

0 commit comments

Comments
 (0)