platform/graphql_parser/test/common.dart

5 lines
178 B
Dart
Raw Normal View History

2017-07-03 15:37:35 +00:00
import 'package:graphql_parser/graphql_parser.dart';
import 'package:matcher/matcher.dart';
2017-07-03 15:53:19 +00:00
import 'package:test/test.dart';
2017-07-03 15:37:35 +00:00
2018-08-05 00:44:41 +00:00
Parser parse(String text) => new Parser(scan(text));