Skip to content

Commit 3112f1f

Browse files
committed
fix: add missing resources to typescript_rpc in test setup to fix
compile warnings
1 parent cf1f039 commit 3112f1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/support/domain.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ defmodule AshTypescript.Test.Domain do
140140
rpc_action :destroy_task_metadata_one, :destroy, show_metadata: [:some_string]
141141
rpc_action :destroy_task_metadata_two, :destroy, show_metadata: [:some_string, :some_number]
142142
end
143+
144+
resource AshTypescript.Test.PostComment
145+
resource AshTypescript.Test.MapFieldResource
146+
resource AshTypescript.Test.EmptyResource
143147
end
144148

145149
resources do

0 commit comments

Comments
 (0)