Skip to content

Commit

Permalink
Better test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 7, 2025
1 parent 243ca16 commit a4edda4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/link_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ void main() {

expectLine(stdout, ['Resolved dependencies for .']);
expectLine(stdout, ['dart_puby_test', 'Skip']);
expect(
stdout,
isNot(contains('Resolved dependencies for dart_puby_test\n')),
);
});
});
}

0 comments on commit a4edda4

Please sign in to comment.