Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit e7d9c68

Browse files
committed
readme
1 parent 6a6cbab commit e7d9c68

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Getting started with `vue-test-utils`
2+
3+
## Setup
4+
5+
``` bash
6+
npm install
7+
npm test
8+
```
9+
10+
## Resources
11+
12+
- [vue-test-utils docs](https://vue-test-utils.vuejs.org)
13+
- [vue-test-utils repo](https://github.com/vuejs/vue-test-utils)

0 commit comments

Comments
 (0)