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

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed May 16, 2024
1 parent c99d73d commit 6bad6bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ it('can handle article', () => {
expect(reduce(results, (acc, cur) => Object.assign(acc, cur), {})).toMatchSnapshot()
})

it.only('can handle article with html', () => {
it('can handle article with html', () => {
const handlers = resolveSEOPresets([{ preset: 'basic' }])
const results: unknown[] = []
const resourceURL: ResourcePage<BaseMeta> = {
Expand Down

0 comments on commit 6bad6bb

Please sign in to comment.