From 3c340c3a48dde1318a3d725bf53fdd64907327c3 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Sun, 30 Jun 2024 20:27:40 +0500 Subject: [PATCH] . d updated TODO.md file --- packages/approval_tests/TODO.md => TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename packages/approval_tests/TODO.md => TODO.md (86%) diff --git a/packages/approval_tests/TODO.md b/TODO.md similarity index 86% rename from packages/approval_tests/TODO.md rename to TODO.md index be54a88..96f602c 100644 --- a/packages/approval_tests/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ This is the markdown todo file for Approval Tests. Tasks for the project are listed below: * [ ] Add more detailed documentation to the project -* [ ] Add CLI for Reviewing and Approving Tests: https://github.com/approvals/ApprovalTests.Dart/issues/11 # DONE @@ -31,3 +30,5 @@ Tasks for the project are listed below: * [x] Test new comparators on Linux * [x] Refactor the code based on ApprovalTests architectural rules: check reporters and comparators * [x] Revise the implementation with getting the default file path. Now it works with primary delay. Read more: https://github.com/approvals/ApprovalTests.Dart/issues/3 +* [x] Add CLI for Reviewing and Approving Tests: https://github.com/approvals/ApprovalTests.Dart/issues/11 +* [x] Make widget tests support for ApprovalTests: https://github.com/approvals/ApprovalTests.Dart/issues/13