UNPKG

@defi-wonderland/keep3r-v2

Version:

The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs

12 lines (10 loc) 241 B
const dotenv = require('dotenv'); dotenv.config(); module.exports = { require: ['hardhat/register'], extension: ['.ts'], ignore: ['./test/utils/**'], recursive: true, exit: true, timeout: process.env.MOCHA_TIMEOUT || 300000, };