chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
30 stars 1 forks source link

Resolve Git Info Check Regression #190

Closed thafryer closed 4 months ago

thafryer commented 4 months ago

This PR ensures that the Git error messaging does not show until a project ID has been set. We also migrated from Jest to VItest.

TO QA

  1. Run npx storybook@next init in an empty directory to generate a new project.
  2. Confirm that error messages for Git show early when it should not.
  3. Install this canary.
  4. Confirm Git messages do not show until you click "enable" and link a project.

    📦 Published PR as canary version: 1.1.13--canary.190.0b5c9a5.0
    :sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.1.13--canary.190.0b5c9a5.0 # or yarn add @chromatic-com/storybook@1.1.13--canary.190.0b5c9a5.0 ```