From 36aa619b421d8162e9a6b9ace0eb531885d245fe Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Fri, 26 Apr 2024 10:55:08 -0400 Subject: [PATCH] Update tests/visual/scenes/graphics/graphics-blend.scene.ts --- tests/visual/scenes/graphics/graphics-blend.scene.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/visual/scenes/graphics/graphics-blend.scene.ts b/tests/visual/scenes/graphics/graphics-blend.scene.ts index c73d50bff6..c8d29336cc 100644 --- a/tests/visual/scenes/graphics/graphics-blend.scene.ts +++ b/tests/visual/scenes/graphics/graphics-blend.scene.ts @@ -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');