platform/graphql_server/test/common.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'));