Removed unnecessary eslint-disable lines

This commit is contained in:
BB
2022-03-01 17:32:44 +01:00
parent fb4812b530
commit 7212cc2f1c
7 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { jest, describe, expect } from "@jest/globals";
import { Player } from "../../../src/Player";