update node_modules

This commit is contained in:
bitkarrot
2022-03-21 00:06:21 -07:00
parent a725bca03a
commit c6038ac85d
1156 changed files with 0 additions and 207393 deletions

View File

@@ -1,19 +0,0 @@
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,
};