From 22e8bd137e851cbfb8d22bd7ffbd2bfdfeb169e0 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 4 Aug 2023 14:53:48 +0100 Subject: [PATCH] feedback --- packages/astro/test/0-css.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/astro/test/0-css.test.js b/packages/astro/test/0-css.test.js index d08df14e883d9..9a05074fb906e 100644 --- a/packages/astro/test/0-css.test.js +++ b/packages/astro/test/0-css.test.js @@ -60,8 +60,6 @@ describe('CSS', function () { // 2. check CSS const expected = `.blue[${scopedAttribute}],.color\\:blue[${scopedAttribute}]{color:#b0e0e6}.visible[${scopedAttribute}]{display:block}`; - // console.log(bundledCSS); - // console.log(expected); expect(bundledCSS).to.include(expected); });