• David Shuckerow's avatar
    Tests for `flutter test [some_directory]` (#36866) · 9615eb99
    David Shuckerow authored
    * Add a test for a directory instead of a single test.
    
    * Add test data to a child directory to test the command.
    
    * Add test data to a child directory to test the command.
    
    * Add test data to a child directory to test the command.
    
    * Correct test.
    9615eb99
trivial_test.dart 274 Bytes
// Copyright 2017 The Chromium Authors. 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:test/test.dart' hide TypeMatcher, isInstanceOf;

void main() {
  test('trivial', () { });
}