mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Fix utils import
This commit is contained in:
parent
03e9fb68d0
commit
947eab2655
@ -11,7 +11,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite
|
||||
import { TYPE_BOOST_ITEM_BOOST_PERCENT } from "#app/constants";
|
||||
import { allAbilities } from "#app/data/data-lists";
|
||||
import { MoveTypeChangeAbAttr } from "#app/data/abilities/ability";
|
||||
import { toDmgValue } from "#app/utils";
|
||||
import { toDmgValue } from "#app/utils/common";
|
||||
|
||||
/**
|
||||
* Tests for abilities that change the type of normal moves to
|
||||
|
Loading…
Reference in New Issue
Block a user