feat: Introduce jest for backend tests

This commit is contained in:
Faruk AYDIN
2023-09-30 14:31:01 +02:00
parent 1a3418de58
commit 13263eea76
4 changed files with 3073 additions and 2305 deletions

View File

@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};