Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run prettier
  • Loading branch information
RobinMalfait committed Nov 13, 2024
commit 57257f49cf34f29815c0de8ac5bebb1fcac604b7
3 changes: 1 addition & 2 deletions packages/tailwindcss/src/compat/plugin-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2973,8 +2973,7 @@ describe('matchUtilities()', () => {
return compiled.build(candidates)
}

expect(optimizeCss(await run(['@w-1','hover:@w-1'])).trim())
.toMatchInlineSnapshot(`
expect(optimizeCss(await run(['@w-1', 'hover:@w-1'])).trim()).toMatchInlineSnapshot(`
".\\@w-1 {
width: 1px;
}
Expand Down