Skip to content

Commit

Permalink
add : unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MasatoMakino committed Jun 26, 2024
1 parent 02368ed commit bebe515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __test__/postprocess/DisplacementMapShaderPass.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ describe("DisplacementMapShaderPass.accessor", () => {
pass.strengthY = 0.5;
expect(pass.strengthY).toBe(0.5);
});

test("map getter and setter", () => {
expect(pass.map).toBeNull();
});
});

0 comments on commit bebe515

Please sign in to comment.