mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-30 11:35:36 +02:00
Refactor the app to use Express server and Jest for tests
This commit is contained in:
5
jest.config.js
Normal file
5
jest.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
transform: {
|
||||
'^.+\\.(ts|tsx)$': 'ts-jest'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user