Skip to main content
2 respostas
  1. 24 de set. de 2023, 21:27

    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__/**

    ```

0/9000