I use AVA to run my tests. I am using the config.js file in the root, and I would like it to be different when running the test modules. For example, the path to the databases in production ~/.app/data.dbwill be /tmp/<randomid>/data.dbduring testing. With a mocha I just check existence it, but here I can’t
source
share