Skip to content

Commit

Permalink
test: add tests for NoteWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Feb 3, 2025
1 parent 46cdc31 commit 0b4436b
Show file tree
Hide file tree
Showing 2 changed files with 1,383 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/test_util/dummy_drive_file.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import 'package:misskey_dart/misskey_dart.dart';

final dummyDriveFile = DriveFile(
id: '',
createdAt: DateTime(0),
name: '',
type: '',
md5: '',
size: 0,
isSensitive: false,
properties: const DriveFileProperties(),
url: '',
);
Loading

0 comments on commit 0b4436b

Please sign in to comment.