Upgrade linguist dependency

This version changes how it counts python heredoc. All heredoc is
counted as code.
This commit is contained in:
Andrew Eisenberg 2021-08-25 10:45:44 -07:00
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
View 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',
};