blob: b15685fc476aed1bbba9833149c7d97ad7827ceb [file] [log] [blame]
library HistoryTest;
import 'package:async_helper/async_minitest.dart';
import 'dart:html';
import 'dart:async';
main() {
test('supported', () {
expect(HashChangeEvent.supported, true);
});
}