Skip to content

Commit

Permalink
chore(tests): remove .only from testForceRenderPass.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax authored and floryst committed Oct 1, 2024
1 parent 49bf5c8 commit fdfa437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test.onlyIfWebGL('Test ImageMapper forceOpaque', (t) => {
renderWindow.render();
});

test.onlyIfWebGL.only('Test ImageMapper forceTranslucent', (t) => {
test.onlyIfWebGL('Test ImageMapper forceTranslucent', (t) => {
const { glWindow, renderWindow, actorAbove, actorBelow, gc } = setupSlices(t);

actorBelow.getProperty().setOpacity(0.9);
Expand Down

0 comments on commit fdfa437

Please sign in to comment.