README.md

# Postpone

A set of helpers for testing `timer`-based code, inspired by [`Jest`](https://jestjs.io/docs/en/timer-mocks).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `postpone` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:postpone, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/postpone](https://hexdocs.pm/postpone).