chore: Allow print in tests

This commit is contained in:
Ed Page 2024-04-01 10:35:16 -05:00
parent ebc70d00f9
commit 3278d49444

View file

@ -1,4 +1,5 @@
warn-on-all-wildcard-imports = true
allow-print-in-tests = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true
allow-dbg-in-tests = true