module.exports = { projects: [ { displayName: 'node', roots: [ '/test' ], testMatch: [ '**/*.test.js' ], testTimeout: 10000, setupFiles: [] } ] };