test: Disable ts check for test files

This commit is contained in:
Faruk AYDIN
2023-10-30 14:24:35 +01:00
parent c944193fb4
commit 903616bef6
9 changed files with 75 additions and 86 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import request from 'supertest';
import app from '../../app';
import appConfig from '../../config/app';