Skip to content

Commit

Permalink
Adding client tests (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont authored and nex3 committed Jun 23, 2017
1 parent 15cc5de commit f62d1a6
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 39 deletions.
9 changes: 9 additions & 0 deletions test/client.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:http/http.dart';

Client platformClient() => null;

String userAgent() => null;
Loading

0 comments on commit f62d1a6

Please sign in to comment.