UNPKG

@vivianhealth/braze-segment-debounce

Version:

Segment utilities to debounce data before it reaches the Braze destination

17 lines (12 loc) 513 B
module.exports = { // Automatically clear mock calls and instances between every test clearMocks: true, // The directory where Jest should output its coverage files coverageDirectory: 'coverage', // The test environment that will be used for testing testEnvironment: 'node', // Source files roots (limit to `src/`) roots: ['<rootDir>/src'], // Looks for tests in the __tests__ folder or alongside js files with the .(test|spec).js testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.js$', };