Skip to content

Commit

Permalink
[yak_runner] add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Iapicca committed May 5, 2024
1 parent 307dae8 commit a91128e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/yak_runner/lib/src/extension/all.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export 'iterable_run.dart';
export 'let_run.dart';
export 'run_bypass.dart';
export 'run.dart';
export 'then_run.dart';
export 'iterable_run.dart';
1 change: 0 additions & 1 deletion packages/yak_runner/test/extensions/run_bypass_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:async';

import 'package:stub/stub.dart';
import 'package:test/test.dart';
import 'package:yak_runner/src/extension/run_bypass.dart';
import 'package:yak_runner/yak_runner.dart';

void main() {
Expand Down

0 comments on commit a91128e

Please sign in to comment.