Changes between Initial Version and Version 1 of Ticket #34657, comment 4
- Timestamp:
- Jun 17, 2023, 4:36:03 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34657, comment 4
initial v1 1 Replying to [comment: 2 Natalia Bidart]:2 > Tentatively accepting because this is related to the testing framework, though I'm not 100% sure on procedure whether this specific case needs a forum post since it's marked as a new feature. I would argue this is a cleanup/optimization :thinking:1 Replying to [comment:3 Sarah Boyce]: 2 > I can see the value of this. The react testing library we use has a setting `DEBUG_PRINT_LIMIT` (https://testing-library.com/docs/dom-testing-library/api-debugging/#automatic-logging) with a default of 7000 characters but you can increase it if you need to see more printed. I recommend that we have a similar setting 👍 3 3 4 4 Creating a new setting is always controversial (we already have many of them) and users can already control it with `maxDiff`.