Skip to content

Commit

Permalink
crazy pills
Browse files Browse the repository at this point in the history
  • Loading branch information
kion-dgl committed Sep 26, 2024
1 parent 4ca3222 commit 1da129d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/flutter.skip → test/flutter.skip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[][] = [
[
Expand Down
2 changes: 1 addition & 1 deletion test/logo.test.ts → test/logo.skip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[][] = [];

Expand Down

0 comments on commit 1da129d

Please sign in to comment.