dart-sdk/pkg/testing/testing.json
Jens Johansen 6c897ba077 Remove unused options from package:testing (batch 2)
Change-Id: I7f9227f3b00d84db5c29e8e5da88dba69def91cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346760
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2024-01-19 08:15:03 +00:00

18 lines
406 B
JSON

{
"":"Copyright (c) 2016, 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.",
"packages": "../../.dart_tool/package_config.json",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
"bin/",
"lib/",
"test/"
]
}
}