TF-4141 Adding tearDownAll for GetX cleanup and documentation for proper cleanup, widget wrapping expectations
This commit is contained in:
@@ -161,4 +161,9 @@ void main() {
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
tearDownAll(() {
|
||||
Get.delete<ResponsiveUtils>();
|
||||
Get.delete<ImagePaths>();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user