Tests: Removed all eslint-disable lines

As we now disable what we don't need in the eslint config, we don't need this anymore.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-04-12 17:06:59 +02:00 committed by David Mehren
parent b8d106a4a2
commit ff44a6567e
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
12 changed files with 2 additions and 68 deletions

View file

@ -4,11 +4,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
/* eslint-disable
@typescript-eslint/no-unsafe-assignment,
@typescript-eslint/no-unsafe-member-access
*/
import { INestApplication } from '@nestjs/common';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { Test } from '@nestjs/testing';