We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093180b commit c185537Copy full SHA for c185537
1 file changed
test/nuxt/components/Package/MetricsBadges.spec.ts
@@ -44,7 +44,7 @@ describe('PackageMetricsBadges', () => {
44
45
const text = wrapper.text()
46
expect(text).toContain('WASM')
47
- expect(text).not.toContain('Types')
+ expect(text).not.toContain('ESM')
48
})
49
50
it('does not render the CJS label when no CJS', async () => {
0 commit comments