Skip to main content
답변 2개
  1. 2023년 9월 24일 오후 9: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