UNPKG

dmvic

Version:

A DMVIC NPM package to manage DMVIC certificate requests

32 lines (25 loc) 709 B
module.exports = { testTimeout: 25000, // Automatically clear mock calls and instances between every test clearMocks: true, // The directory where Jest should output its coverage files coverageDirectory: 'coverage', // An array of file extensions your modules use moduleFileExtensions: [ 'js', 'mjs', 'json', 'jsx', 'ts', 'tsx', 'node', ], // The test environment that will be used for testing testEnvironment: 'node', // The glob patterns Jest uses to detect test files testMatch: [ '**.test.mjs', ], // A map from regular expressions to paths to transformers transform: {}, };