Skip to content

Commit

Permalink
Update tests/visual/scenes/graphics/graphics-blend.scene.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Apr 26, 2024
1 parent 48d02ef commit 0d6249f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/visual/scenes/graphics/graphics-blend.scene.ts
Expand Up @@ -5,7 +5,6 @@ import type { TestScene } from '../../types';

export const scene: TestScene = {
it: 'should set blend of graphics correctly',
only: true,
create: async (scene: Container) =>
{
const rect = new Graphics().rect(0, 0, 100, 100).fill('red');
Expand Down

0 comments on commit 0d6249f

Please sign in to comment.