Skip to content

Commit b22c871

Browse files
committed
chore: fix package versions component spec
1 parent cda6630 commit b22c871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/components/PackageVersions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('PackageVersions', () => {
215215
.findAll('a')
216216
.filter(a => !a.attributes('href')?.startsWith('#') && a.attributes('target') !== '_blank')
217217
expect(versionLinks.length).toBeGreaterThan(0)
218-
expect(versionLinks[0]?.classes()).toContain('text-red-400')
218+
expect(versionLinks[0]?.classes()).toContain('text-red-')
219219
})
220220

221221
it('shows deprecated version in title attribute', async () => {

0 commit comments

Comments
 (0)