blob: f725e3f42c1af2e666d8092fd894f871f12f2f18 [file] [log] [blame]
// Copyright 2019 The Fuchsia 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';
void main() {
// simple test to verify the test setup is correct
test('test should pass', () {
expect(1, 1);
});
}