Upgrade linguist dependency
This version changes how it counts python heredoc. All heredoc is counted as code.
This commit is contained in:
parent
a44b61d961
commit
b29bf7b05a
32 changed files with 410 additions and 339 deletions
14
node_modules/github-linguist/jest.config.ts
generated
vendored
Normal file
14
node_modules/github-linguist/jest.config.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* 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',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue