From 1da129d23e052072db09fb2cd6c0d853603d684c Mon Sep 17 00:00:00 2001 From: kion Date: Thu, 26 Sep 2024 11:54:53 +0900 Subject: [PATCH] crazy pills --- test/{flutter.skip => flutter.skip.ts} | 2 +- test/{logo.test.ts => logo.skip.ts} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/{flutter.skip => flutter.skip.ts} (99%) rename test/{logo.test.ts => logo.skip.ts} (98%) 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[][] = [];