Skip to content

Commit

Permalink
test: typo (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic committed Apr 4, 2024
1 parent 623c21c commit b8c3a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/preset-web-fonts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ it('web-fonts (inline: true)', async () => {
expect(css).toContain('@font-face')
})

it('web-fonts weigth sort', async () => {
it('web-fonts weight sort', async () => {
const uno = createGenerator({
presets: [
presetMini(),
Expand All @@ -88,7 +88,7 @@ it('web-fonts weigth sort', async () => {
expect(importUrl).toMatchInlineSnapshot('"https://fonts.googleapis.com/css2?family=Fira+Mono:wght@200;1000&family=Lato:ital,wght@0,200;0,1000;1,200;1,1000&display=swap"')
})

it('web-fonts weigth deduplicate', async () => {
it('web-fonts weight deduplicate', async () => {
const uno = createGenerator({
presets: [
presetMini(),
Expand Down

0 comments on commit b8c3a34

Please sign in to comment.