UNPKG

194 BJavaScriptView Raw
1module.exports = {
2 // Automatically clear mock calls and instances between every test
3 clearMocks: true,
4 // The test environment that will be used for testing
5 testEnvironment: 'node',
6};