Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: drop useless exported function test

-4
-4
apps/sower/test/sower_web/components/sower_components_test.exs
··· 48 48 assert html =~ "sm:table-cell" 49 49 end 50 50 51 - test "SowerComponents exports table/1 for global import resolution" do 52 - assert function_exported?(SowerWeb.SowerComponents, :table, 1) 53 - end 54 - 55 51 test "action columns never get hide classes" do 56 52 assigns = %{ 57 53 rows: [%{id: "1", name: "Alice"}]