Skip to content

Commit 728f110

Browse files
committed
Update MetricsBadges.spec.ts
1 parent cfb7e42 commit 728f110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuxt/components/Package/MetricsBadges.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('PackageMetricsBadges', () => {
4444

4545
const text = wrapper.text()
4646
expect(text).toContain('WASM')
47-
expect(text).not.toContain('Types')
47+
expect(text).not.toContain('ESM')
4848
})
4949

5050
it('does not render the CJS label when no CJS', async () => {

0 commit comments

Comments
 (0)