blob: 699c6c23ef726624143a4f4439ea6a4324e77e1d [file] [log] [blame]
/*
* Copyright 2014 Google Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://developers.google.com/open-source/licenses/bsd
*/
import 'package:unittest/html_config.dart';
import 'charted_tests.dart' as tests;
main() {
useHtmlConfiguration();
tests.allChartedTests();
}