Skip to content

Commit

Permalink
Remove console log from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Feb 14, 2023
1 parent 472d8ee commit 53d96dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/stylify/tests/jest/macros.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ test('Selectors areas', (): void => {

const compiler = new Compiler({ dev: true });

console.log(inputIndex);
let compilationResult = compiler.compile(inputIndex);
console.log(compilationResult);

testUtils.testCssFileToBe(compilationResult.generateCss(), 'selectors-areas');
});

0 comments on commit 53d96dd

Please sign in to comment.