Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 340 Bytes

File metadata and controls

20 lines (13 loc) · 340 Bytes

Testing

The default test suite is mock-only and portable.

What This Covers

Run unit tests, examples, and docs locally before committing.

Worked Example

mix test
mix run examples/signal_factory_mock.exs
mix docs

Related Guides