Skip to content

Commit da9e7c3

Browse files
committed
docs(test-helpers): add short readme, vue as dep
1 parent ed91401 commit da9e7c3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/@posva/vuefire-test-helpers/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> helpers used for tests in packages of vuefire repo
44
5+
## Usage
6+
7+
```js
8+
import utils from '@posva/vuefire-test-helpers'
9+
```
10+
511
## License
612

713
[MIT](http://opensource.org/licenses/MIT)

packages/@posva/vuefire-test-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"type": "git",
2121
"url": "git+https://github.com/vuejs/vuefire.git"
2222
},
23-
"scripts": {
24-
"test": "echo \"Error: run tests from root\" && exit 1"
25-
},
2623
"bugs": {
2724
"url": "https://github.com/vuejs/vuefire/issues"
25+
},
26+
"dependencies": {
27+
"vue": "^2.5.17"
2828
}
2929
}

0 commit comments

Comments
 (0)