blob: 0ada9e8ed85aa6e22a807c41b6ab64df91cb6756 [file] [log] [blame]
// Copyright 2019 The Flutter Authors. 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:firebase_auth/firebase_auth.dart';
import 'package:flutter_dashboard/service/cocoon.dart';
import 'package:flutter_dashboard/service/firebase_auth.dart';
import 'package:flutter_dashboard/state/build.dart';
import 'package:http/http.dart';
import 'package:mockito/annotations.dart';
export 'mocks.mocks.dart';
@GenerateMocks(<Type>[
Client,
CocoonService,
BuildState,
FirebaseAuthService,
FirebaseAuth,
UserCredential,
])
void main() {}