Skip to content

Commit 78253ea

Browse files
committed
re-enabled skipped tests
This was unnecessary. Not related to this PR, but also not worth a separate PR. Can probably move this commit directly to the main branch.
1 parent f058166 commit 78253ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/candidate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ it('should parse a utility with a modifier and a variant', () => {
483483
`)
484484
})
485485

486-
it.skip('should not parse a partial utility', () => {
486+
it('should not parse a partial utility', () => {
487487
let utilities = new Utilities()
488488
utilities.static('flex', () => [])
489489
utilities.functional('bg', () => [])

0 commit comments

Comments
 (0)