Skip to content

Commit b4e83e8

Browse files
Update packages/tailwindcss/src/css-functions.test.ts
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent 33eacfd commit b4e83e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/css-functions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ describe('theme function', () => {
586586
`)
587587
})
588588

589-
test('values that dont exist dont produce candidates', async () => {
589+
test("values that don't exist don't produce candidates", async () => {
590590
// This guarantees that valid candidates still make it through when some are invalid
591591
expect(
592592
await compileCss(

0 commit comments

Comments
 (0)