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