From 9e34e021b53487b28e4c4a5b46c07c21b55291ad Mon Sep 17 00:00:00 2001 From: Cas Date: Sat, 3 May 2025 15:58:32 -0400 Subject: [PATCH] Change file names in test/items to kebab-case --- test/items/{dire_hit.test.ts => dire-hit.test.ts} | 0 ...hance_booster.test.ts => double-battle-chance-booster.test.ts} | 0 test/items/{exp_booster.test.ts => exp-booster.test.ts} | 0 test/items/{grip_claw.test.ts => grip-claw.test.ts} | 0 test/items/{light_ball.test.ts => light-ball.test.ts} | 0 test/items/{lock_capsule.test.ts => lock-capsule.test.ts} | 0 test/items/{metal_powder.test.ts => metal-powder.test.ts} | 0 test/items/{multi_lens.test.ts => multi-lens.test.ts} | 0 test/items/{mystical_rock.test.ts => mystical-rock.test.ts} | 0 test/items/{quick_powder.test.ts => quick-powder.test.ts} | 0 test/items/{reviver_seed.test.ts => reviver-seed.test.ts} | 0 test/items/{scope_lens.test.ts => scope-lens.test.ts} | 0 ...stat_stage_booster.test.ts => temp-stat-stage-booster.test.ts} | 0 test/items/{thick_club.test.ts => thick-club.test.ts} | 0 test/items/{toxic_orb.test.ts => toxic-orb.test.ts} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test/items/{dire_hit.test.ts => dire-hit.test.ts} (100%) rename test/items/{double_battle_chance_booster.test.ts => double-battle-chance-booster.test.ts} (100%) rename test/items/{exp_booster.test.ts => exp-booster.test.ts} (100%) rename test/items/{grip_claw.test.ts => grip-claw.test.ts} (100%) rename test/items/{light_ball.test.ts => light-ball.test.ts} (100%) rename test/items/{lock_capsule.test.ts => lock-capsule.test.ts} (100%) rename test/items/{metal_powder.test.ts => metal-powder.test.ts} (100%) rename test/items/{multi_lens.test.ts => multi-lens.test.ts} (100%) rename test/items/{mystical_rock.test.ts => mystical-rock.test.ts} (100%) rename test/items/{quick_powder.test.ts => quick-powder.test.ts} (100%) rename test/items/{reviver_seed.test.ts => reviver-seed.test.ts} (100%) rename test/items/{scope_lens.test.ts => scope-lens.test.ts} (100%) rename test/items/{temp_stat_stage_booster.test.ts => temp-stat-stage-booster.test.ts} (100%) rename test/items/{thick_club.test.ts => thick-club.test.ts} (100%) rename test/items/{toxic_orb.test.ts => toxic-orb.test.ts} (100%) diff --git a/test/items/dire_hit.test.ts b/test/items/dire-hit.test.ts similarity index 100% rename from test/items/dire_hit.test.ts rename to test/items/dire-hit.test.ts diff --git a/test/items/double_battle_chance_booster.test.ts b/test/items/double-battle-chance-booster.test.ts similarity index 100% rename from test/items/double_battle_chance_booster.test.ts rename to test/items/double-battle-chance-booster.test.ts diff --git a/test/items/exp_booster.test.ts b/test/items/exp-booster.test.ts similarity index 100% rename from test/items/exp_booster.test.ts rename to test/items/exp-booster.test.ts diff --git a/test/items/grip_claw.test.ts b/test/items/grip-claw.test.ts similarity index 100% rename from test/items/grip_claw.test.ts rename to test/items/grip-claw.test.ts diff --git a/test/items/light_ball.test.ts b/test/items/light-ball.test.ts similarity index 100% rename from test/items/light_ball.test.ts rename to test/items/light-ball.test.ts diff --git a/test/items/lock_capsule.test.ts b/test/items/lock-capsule.test.ts similarity index 100% rename from test/items/lock_capsule.test.ts rename to test/items/lock-capsule.test.ts diff --git a/test/items/metal_powder.test.ts b/test/items/metal-powder.test.ts similarity index 100% rename from test/items/metal_powder.test.ts rename to test/items/metal-powder.test.ts diff --git a/test/items/multi_lens.test.ts b/test/items/multi-lens.test.ts similarity index 100% rename from test/items/multi_lens.test.ts rename to test/items/multi-lens.test.ts diff --git a/test/items/mystical_rock.test.ts b/test/items/mystical-rock.test.ts similarity index 100% rename from test/items/mystical_rock.test.ts rename to test/items/mystical-rock.test.ts diff --git a/test/items/quick_powder.test.ts b/test/items/quick-powder.test.ts similarity index 100% rename from test/items/quick_powder.test.ts rename to test/items/quick-powder.test.ts diff --git a/test/items/reviver_seed.test.ts b/test/items/reviver-seed.test.ts similarity index 100% rename from test/items/reviver_seed.test.ts rename to test/items/reviver-seed.test.ts diff --git a/test/items/scope_lens.test.ts b/test/items/scope-lens.test.ts similarity index 100% rename from test/items/scope_lens.test.ts rename to test/items/scope-lens.test.ts diff --git a/test/items/temp_stat_stage_booster.test.ts b/test/items/temp-stat-stage-booster.test.ts similarity index 100% rename from test/items/temp_stat_stage_booster.test.ts rename to test/items/temp-stat-stage-booster.test.ts diff --git a/test/items/thick_club.test.ts b/test/items/thick-club.test.ts similarity index 100% rename from test/items/thick_club.test.ts rename to test/items/thick-club.test.ts diff --git a/test/items/toxic_orb.test.ts b/test/items/toxic-orb.test.ts similarity index 100% rename from test/items/toxic_orb.test.ts rename to test/items/toxic-orb.test.ts