blob: b90d23a4c31b4f36cca3cc1b1c7961530a9c365a [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
*/
library charted.test.event;
import 'dart:async';
import 'package:unittest/unittest.dart';
import 'package:charted/event/event.dart';
part 'timer_test.dart';
eventTests() {
testTimer();
}