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 34004a2 commit e0d529aCopy full SHA for e0d529a
lib/ex_unit/lib/ex_unit/callbacks.ex
@@ -169,11 +169,7 @@ defmodule ExUnit.Callbacks do
169
end
170
"""
171
172
- @type child_spec_overrides :: [
173
- restart: :permanent | :transient | :temporary,
174
- shutdown: :brutal_kill | timeout(),
175
- type: :worker | :supervisor
176
- ]
+ @type child_spec_overrides :: Supervisor.child_spec_overrides()
177
178
@doc false
179
def __register__(module) do
0 commit comments