| // Copyright (c) 2021, 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. | |
| /// The `expect` API for test assertions. | |
| /// | |
| /// This is a re-export of `package:matcher/expect.dart`. | |
| /// Generally you should import `package:test/test.dart` instead. | |
| library; | |
| export 'package:matcher/expect.dart'; |