Add backend tests #1

Merged
bilal.catic merged 10 commits from add-backend-tests into master 2020-02-18 11:27:34 +01:00
Showing only changes of commit a6394139b6 - Show all commits

4
backend/jest.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};