nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
287 stars 75 forks source link

Missing "main" in package.json #742

Closed jacktan165 closed 4 months ago

jacktan165 commented 5 months ago

Environment


Reproduction

import this package from another package, and it will complain it cannot find it.

Describe the bug

It is missing the "main" key in package.json, hence I get Cannot find module '@nuxt/test-utils' error.

Additional context

No response

Logs

No response

danielroe commented 4 months ago

This package is not usable in Nuxt 2 and it is ESM-only so it does not have a main entry.