Skip to content

Commit 363aa2a

Browse files
committed
Update use-compare-replacements.spec.ts
1 parent 83102e3 commit 363aa2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/nuxt/composables/use-compare-replacements.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ describe('useCompareReplacements', () => {
9797
}),
9898
)
9999

100-
const { noDepSuggestions, infoSuggestions } = await useCompareReplacementsInComponent([
101-
'is-even',
102-
])
100+
const { noDepSuggestions } = await useCompareReplacementsInComponent(['is-even'])
103101

104102
await vi.waitFor(() => {
105103
expect(noDepSuggestions.value).toHaveLength(1)

0 commit comments

Comments
 (0)