mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
15 lines
371 B
TypeScript
15 lines
371 B
TypeScript
/*
|
|
* For a detailed explanation regarding each configuration property and type check, visit:
|
|
* https://jestjs.io/docs/configuration
|
|
*/
|
|
|
|
export default {
|
|
// Automatically clear mock calls and instances between every test
|
|
clearMocks: true,
|
|
|
|
// Indicates whether each individual test should be reported during the run
|
|
verbose: undefined,
|
|
|
|
preset: 'ts-jest',
|
|
};
|