mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update test importing pokemon move
This commit is contained in:
parent
e2b6b577ac
commit
179d192e53
@ -4,7 +4,7 @@ import { describe, expect, it } from "vitest";
|
|||||||
async function importModule() {
|
async function importModule() {
|
||||||
try {
|
try {
|
||||||
initStatsKeys();
|
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");
|
const { SpeciesId: Species } = await import("#enums/species-id");
|
||||||
return {
|
return {
|
||||||
PokemonMove,
|
PokemonMove,
|
||||||
|
Loading…
Reference in New Issue
Block a user