chromaui / chromatic-e2e

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

Exported test function typed #23

Closed skitterm closed 1 year ago

skitterm commented 1 year ago

Issue: #12

What Changed

Added typings to the exported test function.

How to test

  1. Install this version of the package
  2. In your code editor, go to a test file
  3. Verify that the page and other options in the test('test-name', options) argument are typed

Change Type

📦 Published PR as canary version: 0.0.26--canary.23.ca010d2.0
:sparkles: Test out this PR locally via: ```bash npm install @chromaui/test-archiver@0.0.26--canary.23.ca010d2.0 # or yarn add @chromaui/test-archiver@0.0.26--canary.23.ca010d2.0 ```
tmeasday commented 1 year ago

LGTM!

image
thafryer commented 1 year ago

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