Changed folder & file names in test/setting-menu to kebab-case

This commit is contained in:
Cas 2025-05-03 16:51:21 -04:00
parent e7d9ad6aaf
commit 882168f184
3 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import { SettingKeyboard } from "#app/system/settings/settings-keyboard";
import { deepCopy } from "#app/utils/data";
import { Button } from "#enums/buttons";
import { Device } from "#enums/devices";
import { InGameManip } from "#test/settingMenu/helpers/inGameManip";
import { MenuManip } from "#test/settingMenu/helpers/menuManip";
import { InGameManip } from "#test/setting-menu/helpers/in-game-manip";
import { MenuManip } from "#test/setting-menu/helpers/menu-manip";
import { beforeEach, describe, expect, it } from "vitest";
describe("Test Rebinding", () => {