From ecfcb354053923f5fdffb7b6837235ed052a256e Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sat, 16 Mar 2024 12:22:32 +0800 Subject: [PATCH 01/11] Test: Use image-rendering: pixelated for HTML image preview. --- testing/classes/TestSuite.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/classes/TestSuite.lua b/testing/classes/TestSuite.lua index 8a2e76dee..cf6558740 100644 --- a/testing/classes/TestSuite.lua +++ b/testing/classes/TestSuite.lua @@ -164,7 +164,7 @@ TestSuite = { local status = '🔴' if self.totals[2] == 0 then status = '🟢' end - local html = '

' .. status .. ' love.test