Skip to content

Commit

Permalink
[polkadart_example] add mock test as melos expects it
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Dec 19, 2023
1 parent d6d4e2b commit 1c11a38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/test/mock_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'package:test/test.dart';

void main() {
test('Mock test as melos expects it', () {
expect(true, true);
});
}

0 comments on commit 1c11a38

Please sign in to comment.