1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-28 12:41:28 +00:00

Fix config and redis settings

This commit is contained in:
Yusuf Yilmaz
2022-05-27 15:22:24 +02:00
parent ced5c3eef4
commit 54f7b8744d
4 changed files with 13 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: './',
rootDir: '../',
testRegex: '\\.test\\.ts$',
reporters: ['default']
}