6 ms·
An example where it’s helped me personally is when migrating from Angular Material to Ant Design. The test cases gave me confidence the expected behaviour was p
by nraf 3y ago
An example where it’s helped me personally is when migrating from Angular Material to Ant Design. The test cases gave me confidence the expected behaviour was preserved
- latchkey 3y agoVery good example. Tests are all about 'delta'. Changes over time. They bring confidence over delta.