chore: converted import editor to LiveComponent
This commit is contained in:
9
test/bds/desktop/shell_live/chat_editor_test.exs
Normal file
9
test/bds/desktop/shell_live/chat_editor_test.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule BDS.Desktop.ShellLive.ChatEditorTest do
|
||||
use ExUnit.Case, async: false
|
||||
|
||||
test "ChatEditor exports LiveComponent callbacks" do
|
||||
assert function_exported?(BDS.Desktop.ShellLive.ChatEditor, :update, 2)
|
||||
assert function_exported?(BDS.Desktop.ShellLive.ChatEditor, :handle_event, 3)
|
||||
assert function_exported?(BDS.Desktop.ShellLive.ChatEditor, :render, 1)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user