diff --git a/test/flutter.skip b/test/flutter.skip.ts similarity index 99% rename from test/flutter.skip rename to test/flutter.skip.ts index 7ab7f4e..876b2d8 100644 --- a/test/flutter.skip +++ b/test/flutter.skip.ts @@ -174,7 +174,7 @@ const renderImage = ( writeFileSync(`out/${base}_${pos.toString(16)}.png`, buffer); }; -test("it should search for textures in the file", () => { +test("it should search for textures in the flutter", () => { const src = readFileSync("bin/flutter-ST05T.BIN"); const pals: Pixel[][] = [ [ diff --git a/test/logo.test.ts b/test/logo.skip.ts similarity index 98% rename from test/logo.test.ts rename to test/logo.skip.ts index 61bff42..2a28530 100644 --- a/test/logo.test.ts +++ b/test/logo.skip.ts @@ -162,7 +162,7 @@ const renderImage = (src: Buffer, pos: number, palette: Pixel[]) => { writeFileSync(`out/miku_${pos.toString(16)}.png`, buffer); }; -test("it should search for textures in the file", () => { +test("it should search for textures in the logo", () => { const src = readFileSync("bin/GAME.BIN"); const pals: Pixel[][] = [];