mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Changed folder & file names in test/setting-menu to kebab-case
This commit is contained in:
parent
e7d9ad6aaf
commit
882168f184
@ -5,8 +5,8 @@ import { SettingKeyboard } from "#app/system/settings/settings-keyboard";
|
|||||||
import { deepCopy } from "#app/utils/data";
|
import { deepCopy } from "#app/utils/data";
|
||||||
import { Button } from "#enums/buttons";
|
import { Button } from "#enums/buttons";
|
||||||
import { Device } from "#enums/devices";
|
import { Device } from "#enums/devices";
|
||||||
import { InGameManip } from "#test/settingMenu/helpers/inGameManip";
|
import { InGameManip } from "#test/setting-menu/helpers/in-game-manip";
|
||||||
import { MenuManip } from "#test/settingMenu/helpers/menuManip";
|
import { MenuManip } from "#test/setting-menu/helpers/menu-manip";
|
||||||
import { beforeEach, describe, expect, it } from "vitest";
|
import { beforeEach, describe, expect, it } from "vitest";
|
||||||
|
|
||||||
describe("Test Rebinding", () => {
|
describe("Test Rebinding", () => {
|
Loading…
Reference in New Issue
Block a user