A library to declaratively write testable effects for asynchronous testing
Current section
Files
No matching files
defmodule Efx.Application do use Application def start(_type, _args) do children = [Efx.MockState] Supervisor.start_link(children, strategy: :one_for_one) end end
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"