Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 6bad6bb

Browse files
committed
test: remove only
1 parent c99d73d commit 6bad6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/karbon/src/runtime/composables/__tests__/seo-preset.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ it('can handle article', () => {
6363
expect(reduce(results, (acc, cur) => Object.assign(acc, cur), {})).toMatchSnapshot()
6464
})
6565

66-
it.only('can handle article with html', () => {
66+
it('can handle article with html', () => {
6767
const handlers = resolveSEOPresets([{ preset: 'basic' }])
6868
const results: unknown[] = []
6969
const resourceURL: ResourcePage<BaseMeta> = {

0 commit comments

Comments
 (0)