Yokai.Options.PathResolver (yokai v0.3.0)
Summary
Functions
Resolves a list of patterns/paths to actual .exs file paths.
Functions
Link to this function
resolve(patterns)
Resolves a list of patterns/paths to actual .exs file paths.
Examples
iex> PathResolver.resolve(["test/*"])
["test/sample_test.exs", "test/another_test.exs"]
iex> PathResolver.resolve(["test/specific_test.exs"])
["test/specific_test.exs"]