Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 8, 2023
1 parent dd4e1e4 commit 22e8bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/astro/test/0-css.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 22e8bd1

Please sign in to comment.