blob: 6f938ea2784c468d49b474dc2582152880c9eb8d [file] [log] [blame]
// Copyright 2016 The Vanadium 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() {
test('this is a unit test', () {
expect(42, 42);
});
}