Refactor the app to use Express server and Jest for tests

This commit is contained in:
ngosang
2021-10-17 18:00:19 +02:00
parent 0459f2642d
commit 744de4d158
20 changed files with 9338 additions and 663 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest'
}
}