Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
docs(README): add vue version disclaimer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 28, 2021
1 parent 9c7e323 commit 5f3592c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<p align="center">
<img src="https://user-images.githubusercontent.com/1671563/119191947-9ba7a400-ba7f-11eb-8658-2b7056f1cd12.png" alt="Storybook Testing Vue" width="100" />
<img src="https://user-images.githubusercontent.com/1671563/119191947-9ba7a400-ba7f-11eb-8658-2b7056f1cd12.png" alt="Storybook Testing Vue3" width="100" />
</p>

<p align="center">Testing utilities that allow you to reuse your stories in your unit tests</p>
<p align="center">Testing utilities that allow you to reuse your Vue 3 stories in your unit tests</p>

<br/>

> ⚠️ This library is for **Vue 3** projects. If you're using Storybook with **Vue 2**, please check [@storybook/testing-vue](https://github.com/storybookjs/testing-vue) instead!

## Installation

This library should be installed as one of your project's `devDependencies`:
Expand Down

0 comments on commit 5f3592c

Please sign in to comment.