Ignore tests for now

This commit is contained in:
Kirill Bulatov 2023-11-13 15:02:24 +02:00
parent a9c17e7407
commit e257f7d0b1
2 changed files with 88 additions and 136 deletions

View file

@ -182,7 +182,8 @@ impl Platform for TestPlatform {
}
fn should_auto_hide_scrollbars(&self) -> bool {
unimplemented!()
// todo()
true
}
fn write_to_clipboard(&self, _item: crate::ClipboardItem) {