We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bb520 commit e422d12Copy full SHA for e422d12
app/test/package/api_export/api_exporter_test.dart
@@ -45,9 +45,6 @@ void main() {
45
final bucket = storageService.bucket('bucket');
46
final apiExporter = ApiExporter(bucket: bucket);
47
48
- // TODO: Testing DEBUG=* this will shout "[pub-notice:stray-file]" into logs
49
- // we should investigate this!
50
-
51
await _testExportedApiSynchronization(
52
fakeTime,
53
bucket,
0 commit comments