add jest config file

This commit is contained in:
Bilal Catic
2020-02-18 11:07:43 +01:00
parent e5c4125145
commit a6394139b6

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

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