generated

This commit is contained in:
github-actions
2022-03-21 07:06:55 +00:00
parent c6038ac85d
commit 0a939bd428
1157 changed files with 207156 additions and 1 deletions

19
node_modules/express-handlebars/jest.config.js generated vendored Normal file
View File

@@ -0,0 +1,19 @@
module.exports = {
restoreMocks: true,
clearMocks: true,
collectCoverageFrom: [
"lib/**/*.js",
"index.js",
"!**/node_modules/**",
],
coverageDirectory: "coverage",
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
},
},
testRegex: /\.test\.jsx?/.source,
};