4e69153e3e
git-subtree-dir: packages/graphql git-subtree-mainline:ac29392d7f
git-subtree-split:33e2f86ba7
5 lines
207 B
Dart
5 lines
207 B
Dart
import 'package:graphql_schema/graphql_schema.dart';
|
|
import 'package:test/test.dart';
|
|
|
|
final Matcher throwsAGraphQLException =
|
|
throwsA(predicate((x) => x is GraphQLException, 'is a GraphQL exception'));
|