about summary refs log tree commit diff
path: root/__tests__/view/com/composer/ComposePost.test.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 18:14:46 -0600
committerGitHub <noreply@github.com>2023-01-18 18:14:46 -0600
commit6588961d2e075ed047857d71346e3a63282ee58f (patch)
tree54c75536bb623ccc14d26f9a12e0e42c9dd481b9 /__tests__/view/com/composer/ComposePost.test.tsx
parent27ee550d15321b17200f844038e8d6e0a8975139 (diff)
downloadvoidsky-6588961d2e075ed047857d71346e3a63282ee58f.tar.zst
Update composer to preview external link cards (#52)
* Fetch external link metadata during compose so the user can preview and remove the embed

* Add missing mocks

* Update tests to match recent changes
Diffstat (limited to '__tests__/view/com/composer/ComposePost.test.tsx')
-rw-r--r--__tests__/view/com/composer/ComposePost.test.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/__tests__/view/com/composer/ComposePost.test.tsx b/__tests__/view/com/composer/ComposePost.test.tsx
index 84377f62f..5c5a61812 100644
--- a/__tests__/view/com/composer/ComposePost.test.tsx
+++ b/__tests__/view/com/composer/ComposePost.test.tsx
@@ -63,6 +63,7 @@ describe('ComposePost', () => {
       mockedRootStore,
       'testing publish',
       'testUri',
+      undefined,
       [],
       new Set<string>(),
       expect.anything(),