We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa49e99 commit a2dbc17Copy full SHA for a2dbc17
test/mix/tasks/phx_sync.tanstack_db_test.exs
@@ -108,4 +108,12 @@ defmodule Mix.Tasks.PhxSync.TanstackDbTest do
108
+ | ]
109
""")
110
end
111
+
112
+ test "removes app.js" do
113
+ igniter =
114
+ phx_test_project()
115
+ |> Igniter.compose_task("phx_sync.tanstack_db", ["--sync-pnpm"])
116
117
+ assert_rms(igniter, ["assets/js/app.js"])
118
+ end
119
0 commit comments