From ffb21de51f74c2cc4aa4025b0a0cb3ae520821b3 Mon Sep 17 00:00:00 2001 From: glromeo Date: Mon, 2 Oct 2023 23:40:13 +0100 Subject: [PATCH] reverted test to original value --- test/bugfixes.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bugfixes.test.ts b/test/bugfixes.test.ts index 6d103ac..651329e 100644 --- a/test/bugfixes.test.ts +++ b/test/bugfixes.test.ts @@ -150,7 +150,7 @@ describe('tests covering github issues', function () { })] }) - expect(readTextFile('./out/index.js')).to.match(/background-color: rgb\(255, 40, 174\);/) + expect(readTextFile('./out/index.js')).to.match(/background-color: rgb\(174, 101, 255\);/) // NOTE: even with quietDeps: true we get 6 warnings!