Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Apr 20, 2024
1 parent bade195 commit 54b37c0
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions prismarine-viewer/viewer/lib/mesher/test/tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,58 @@ test('Known blocks are not rendered', () => {
// Fully expected
expect(invalidBlocks).toMatchInlineSnapshot(`
{
"creeper_head": [
0,
6,
],
"creeper_wall_head": [
0,
6,
],
"dragon_head": [
0,
6,
],
"dragon_wall_head": [
0,
6,
],
"player_head": [
0,
6,
],
"player_wall_head": [
0,
6,
],
"powder_snow": [
0,
6,
],
"skeleton_skull": [
0,
6,
],
"skeleton_wall_skull": [
0,
6,
],
"wither_skeleton_skull": [
0,
6,
],
"wither_skeleton_wall_skull": [
0,
6,
],
"zombie_head": [
0,
6,
],
"zombie_wall_head": [
0,
6,
],
}
`)
})

0 comments on commit 54b37c0

Please sign in to comment.