Skip to content

Commit 8cafbb4

Browse files
committed
chore: removed unused comments
1 parent c506a87 commit 8cafbb4

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
lines changed

package-lock.json

Lines changed: 12 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ export const expectCSSMatches = (
3232
const css = styleSheet.rules().map(rule => rule.cssText).join('\n')
3333

3434
if (ignoreWhitespace) {
35-
console.log(css)
3635
expect(stripWhitespace(css)).toEqual(stripWhitespace(expectation))
3736
} else {
38-
console.log(css)
3937
expect(css).toEqual(expectation)
4038
}
4139
return css

0 commit comments

Comments
 (0)