Removed skip = true

This commit is contained in:
Chinmay Chaudhari
2024-03-01 07:24:54 +05:30
parent e6b71bd5a0
commit 03bf55149b

View File

@ -13,7 +13,7 @@ void main() {
~`github repo`~ ~`Discord Server`~""",
);
await tester.pumpWidget(const MaterialApp(home: markdown));
}, skip: true);
});
group('CustomMarkdown Widget Tests', () {
testWidgets('CustomMarkdown renders correctly',