mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-22 07:52:40 +02:00
Improve bad request management and tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user