mirror of
https://github.com/foss42/apidash.git
synced 2025-06-02 16:02:12 +08:00
Removed skip = true
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user