@benclmnt/postmock 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ Details: [`docs/07`](docs/07-smtp-sandbox-limits.md).
|
|
|
156
156
|
|
|
157
157
|
## Control API
|
|
158
158
|
|
|
159
|
-
Tests drive postmock through the control API on its own port: reset, seeds, the clock, faults, sent messages, bounces, opens, clicks, inbound mail and webhook attempts.
|
|
159
|
+
Tests drive postmock through the control API on its own port: reset, seeds, the clock (advance; `--clock manual` stops real time), latency, faults, sent messages, bounces, opens, clicks, inbound mail and webhook attempts.
|
|
160
160
|
Every call maps to something that can happen on real Postmark.
|
|
161
161
|
Reference: [`CONTROL-API.md`](CONTROL-API.md).
|
|
162
162
|
|