Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Feb 15, 2022
1 parent a2a9995 commit 3f7d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic-usage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ it('can scan extremely long classes without crashing', () => {
})
})

it('variant star duplicate issue', () => {
it('does not produce duplicate output when seeing variants preceding a wildcard (*)', () => {
let config = {
content: [{ raw: html`underline focus:*` }],
corePlugins: { preflight: false },
Expand Down

0 comments on commit 3f7d506

Please sign in to comment.