'use strict'; module.exports = { projects: [ { displayName: 'node', roots: [ '/test/node' ], testMatch: [ '**/*.test.js' ], testTimeout: 10000, setupFiles: [] }, { displayName: 'browser', roots: [ '/test/browser' ], testMatch: [ '**/*.test.js' ], testTimeout: 10000, setupFiles: [ 'fake-indexeddb/auto', './scripts/globals.js', 'fake-dom' ] } ] };