Revert "Remove package:test dependency from flutter_test (#23755)" (#24004)

This reverts commit 71e9bd6f25.
This commit is contained in:
Jonah Williams
2018-11-06 09:12:48 -08:00
committed by GitHub
parent 71e9bd6f25
commit 23a7535a39
87 changed files with 964 additions and 410 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:test_api/test_api.dart' hide TypeMatcher, isInstanceOf;
import 'package:test/test.dart' hide TypeMatcher, isInstanceOf;
void main() {
test('Trivial test', () {