mirror of
https://github.com/foss42/apidash.git
synced 2025-06-06 03:18:43 +08:00
Removed skip = true
This commit is contained in:
@ -13,7 +13,7 @@ void main() {
|
|||||||
~`github repo`~ ~`Discord Server`~""",
|
~`github repo`~ ~`Discord Server`~""",
|
||||||
);
|
);
|
||||||
await tester.pumpWidget(const MaterialApp(home: markdown));
|
await tester.pumpWidget(const MaterialApp(home: markdown));
|
||||||
}, skip: true);
|
});
|
||||||
|
|
||||||
group('CustomMarkdown Widget Tests', () {
|
group('CustomMarkdown Widget Tests', () {
|
||||||
testWidgets('CustomMarkdown renders correctly',
|
testWidgets('CustomMarkdown renders correctly',
|
||||||
|
Reference in New Issue
Block a user