Skip to content

Commit 9d7715d

Browse files
committed
fix(deps): bump unifont + reenable adobe tests
1 parent aedb0e1 commit 9d7715d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"sirv": "^3.0.2",
6060
"tinyglobby": "^0.2.15",
6161
"ufo": "^1.6.3",
62-
"unifont": "^0.7.3",
62+
"unifont": "^0.7.4",
6363
"unplugin": "^3.0.0",
6464
"unstorage": "^1.17.4"
6565
},

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('providers', async () => {
1818
`)
1919
})
2020

21-
it.skip('generates inlined font face rules for `adobe` provider', async () => {
21+
it('generates inlined font face rules for `adobe` provider', async () => {
2222
const html = await $fetch<string>('/providers/adobe')
2323
expect(extractFontFaces('Aleo', html)).toMatchInlineSnapshot(`
2424
[

0 commit comments

Comments
 (0)