chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
21 stars 4 forks source link

Remove problematic chars from asset filenames #44

Closed tevanoff closed 9 months ago

tevanoff commented 9 months ago

Issue: AP-3864

What Changed

The storybook server seems to have a problem serving files with percent signs. This removes those.

How to test

Change Type

📦 Published PR as canary version: 0.0.45--canary.44.271d657.0
:sparkles: Test out this PR locally via: ```bash npm install @chromaui/test-archiver@0.0.45--canary.44.271d657.0 # or yarn add @chromaui/test-archiver@0.0.45--canary.44.271d657.0 ```
thafryer commented 9 months ago

:rocket: PR was released in v0.0.46 :rocket: