Need to implement tests
chulwoo-park opened this issue · 4 comments
chulwoo-park commented
Need to implement tests
muhaned85 commented
error: Missing variable type for 'color'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:74)
error: Missing variable type for 'child'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:75)
Akora-IngDKB commented
@chulwoo-park What kind of tests are we looking at?
Tests for each widget(component)?
chulwoo-park commented
Even if the code is changed, the current widgets should be drawn the same, so I considering a snapshot test.
But I think maintenance will be difficult.
I don't have a specific plan yet other than this. 😢
Akora-IngDKB commented
Will normal widget tests work fine?