'use strict'; module.exports = { roots: [ '/test' ], testMatch: [ '**/*.test.js' ], testTimeout: 10000 };