Files
codeql-action/node_modules/github-linguist/jest.config.ts
Andrew Eisenberg b29bf7b05a Upgrade linguist dependency
This version changes how it counts python heredoc. All heredoc is
counted as code.
2021-08-25 11:15:45 -07:00

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',
};