Skip to content

Commit f62d1a6

Browse files
donny-dontnex3
authored andcommitted
Adding client tests (dart-lang#95)
1 parent 15cc5de commit f62d1a6

File tree

6 files changed

+571
-39
lines changed

6 files changed

+571
-39
lines changed

test/client.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
import 'package:http/http.dart';
6+
7+
Client platformClient() => null;
8+
9+
String userAgent() => null;

0 commit comments

Comments
 (0)