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