How to configure `db: memdown()` in file `test-environment.config.js`?

Asked via chat bot:

I would like to know how to configure db: memdown() in file test-environment.config.js

This option is available when working with Truffle directly

Currently the only ganache options supported in the configuration are:

I’m interested to understand the use case of using memdown?

We actually do forward all members of the node field in the config file, but they will serialized and sent to the Ganache subprocess, so specifying options such as db: memdown() which aren’t simple values or JSON objects will probably not work at all.

1 Like

Resolved in: Test Environment Configuration for db: memdown()