Skip to content

Commit

Permalink
Remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Jan 25, 2024
1 parent 8503f30 commit a6ae066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/compiler/compiler.vitest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ describe('compiler', () => {
export var root = 'styles_b_root__1k6843p0 shared_shared__5i7sy00';"
`);

// shared.css.ts should generate CSS
const { css } = compiler.getCssForFile(sharedCssPath);
expect(css).toMatchInlineSnapshot(`
".shared_shared__5i7sy00 {
Expand Down

0 comments on commit a6ae066

Please sign in to comment.