2 respostas
this may apply to building a component as it applies to creating a fully validated package version:
in the .forceignore file i had:
# LWC configuration files
**/jsconfig.json
**/.eslintrc.json
I needed to add:
# LWC Jest
**/__tests__/**
```