contrary.test.ts: remove js import

This commit is contained in:
flx-sta 2024-09-05 07:49:24 -07:00 committed by GitHub
parent 241311d082
commit 3aa03cae3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import { Species } from "#enums/species";
import Phaser from "phaser";
import { afterEach, beforeAll, beforeEach, describe, expect, it } from "vitest";
import { SPLASH_ONLY } from "../utils/testUtils";
import { Moves } from "#app/enums/moves.js";
import { Moves } from "#app/enums/moves";
describe("Abilities - Contrary", () => {
let phaserGame: Phaser.Game;