UNPKG

@forrestjs/kitchensink

Version:
10 lines (8 loc) 225 B
const path = require('path'); const getGlobals = require('./jest.globals'); module.exports = { testEnvironment: 'node', clearMocks: true, globals: getGlobals(), globalSetup: path.join(__dirname, 'jest.setup.js'), };