We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg:test_api
Fake
1 parent 6c9d01b commit 520ca77Copy full SHA for 520ca77
packages/mocktail/lib/mocktail.dart
@@ -2,7 +2,8 @@
2
/// with null safety support and no manual mocks or code generation.
3
library mocktail;
4
5
-export 'src/fake.dart' show Fake;
+// ignore: deprecated_member_use
6
+export 'package:test_api/fake.dart' show Fake;
7
export 'src/mocktail.dart'
8
show
9
Mock,
packages/mocktail/lib/src/fake.dart
packages/mocktail/pubspec.yaml
@@ -11,7 +11,8 @@ environment:
11
dependencies:
12
collection: ^1.15.0
13
matcher: ^0.12.15
14
+ test_api: '>=0.2.1 <0.7.0'
15
16
dev_dependencies:
- meta: ^1.3.0
17
+ meta: ^1.10.0
18
test: ^1.24.6
packages/mocktail/test/src/fake_test.dart
0 commit comments