blob: c1967a07db2fca0dbca1fa3f7db8f75546ae6e36 [file] [log] [blame]
// Copyright (c) 2023, 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:cli_config/cli_config.dart';
import 'package:test/test.dart';
void main() {
test('dummy test', () {
expect(add(21, 21), 42);
});
}