Skip to content

Commit 9c86a5a

Browse files
committed
format
1 parent 8d7ee2e commit 9c86a5a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/tailwindcss/src/utilities.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11012,8 +11012,7 @@ test('scroll-behavior', async () => {
1101211012
})
1101311013

1101411014
test('scrollbar-width', async () => {
11015-
expect(await run(['scrollbar-auto', 'scrollbar-thin', 'scrollbar-none']))
11016-
.toMatchInlineSnapshot(`
11015+
expect(await run(['scrollbar-auto', 'scrollbar-thin', 'scrollbar-none'])).toMatchInlineSnapshot(`
1101711016
".scrollbar-auto {
1101811017
scrollbar-width: auto;
1101911018
}

0 commit comments

Comments
 (0)