From 67a219b5be6302c0fca38f29e70df8cab9d50b29 Mon Sep 17 00:00:00 2001 From: Cas Date: Sat, 3 May 2025 17:56:09 -0400 Subject: [PATCH] Changed remaining file names in test to kebab-case --- test/{daily_mode.test.ts => daily-mode.test.ts} | 0 test/{endless_boss.test.ts => endless-boss.test.ts} | 0 test/{enemy_command.test.ts => enemy-command.test.ts} | 0 test/{final_boss.test.ts => final-boss.test.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/{daily_mode.test.ts => daily-mode.test.ts} (100%) rename test/{endless_boss.test.ts => endless-boss.test.ts} (100%) rename test/{enemy_command.test.ts => enemy-command.test.ts} (100%) rename test/{final_boss.test.ts => final-boss.test.ts} (100%) diff --git a/test/daily_mode.test.ts b/test/daily-mode.test.ts similarity index 100% rename from test/daily_mode.test.ts rename to test/daily-mode.test.ts diff --git a/test/endless_boss.test.ts b/test/endless-boss.test.ts similarity index 100% rename from test/endless_boss.test.ts rename to test/endless-boss.test.ts diff --git a/test/enemy_command.test.ts b/test/enemy-command.test.ts similarity index 100% rename from test/enemy_command.test.ts rename to test/enemy-command.test.ts diff --git a/test/final_boss.test.ts b/test/final-boss.test.ts similarity index 100% rename from test/final_boss.test.ts rename to test/final-boss.test.ts