Update test importing pokemon move

This commit is contained in:
Sirz Benjie 2025-06-08 12:40:41 -05:00
parent e2b6b577ac
commit 179d192e53
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -4,7 +4,7 @@ import { describe, expect, it } from "vitest";
async function importModule() {
try {
initStatsKeys();
const { PokemonMove } = await import("#app/field/pokemon");
const { PokemonMove } = await import("#app/data/moves/pokemon-move");
const { SpeciesId: Species } = await import("#enums/species-id");
return {
PokemonMove,