Fix utils import

This commit is contained in:
Madmadness65 2025-04-19 10:31:26 -05:00 committed by Sirz Benjie
parent 03e9fb68d0
commit 947eab2655
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -11,7 +11,7 @@ import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vite
import { TYPE_BOOST_ITEM_BOOST_PERCENT } from "#app/constants"; import { TYPE_BOOST_ITEM_BOOST_PERCENT } from "#app/constants";
import { allAbilities } from "#app/data/data-lists"; import { allAbilities } from "#app/data/data-lists";
import { MoveTypeChangeAbAttr } from "#app/data/abilities/ability"; 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 * Tests for abilities that change the type of normal moves to