Testing Helpers
The test-helpers module provides functions to make testing applications with workloads easier:
PostgresDatabase
Helper | Description |
---|---|
truncatePostgresTables | Empties all tables in a database. |
Redis
Helper | Description |
---|---|
flushRedis | deletes all the keys of the currently selected database. |