https://github.com/marcinwysocki/postpone
https://github.com/marcinwysocki/postpone
elixir hacktoberfest
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcinwysocki/postpone
- Owner: marcinwysocki
- License: mit
- Created: 2020-07-28T20:30:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T18:08:36.000Z (over 3 years ago)
- Last Synced: 2025-04-17T17:59:07.596Z (about 1 year ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).