Improve bad request management and tests

This commit is contained in:
ngosang
2021-10-18 19:27:21 +02:00
parent a841d67745
commit 356b893c18
4 changed files with 95 additions and 51 deletions

View File

@@ -1,5 +1,12 @@
module.exports = {
// A list of paths to directories that Jest should use to search for files in
roots: [
"./src/"
],
// Compile Typescript
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest'
}
},
// Default value for FlareSolverr maxTimeout is 60000
testTimeout: 70000
}