Skip to content

Update README #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Vue Test Utils [![Build Status](https://circleci.com/gh/vuejs/vue-test-utils/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vue-test-utils)

## Currently in beta
To use Vue Test Utils beta:
```
// npm
npm install --save-dev @vue/test-utils

// yarn
yarn add --dev @vue/test-utils
```

## Intro

Vue Test Utils is the official test library for [Vue.js](http://vuejs.org). It provides methods for unit testing Vue components.

## Documentation

Refer to the [documentation](https://vue-test-utils.vuejs.org/)

## Examples

- [example with Jest](https://github.com/vuejs/vue-test-utils-jest-example)
- [example with Mocha](https://github.com/vuejs/vue-test-utils-mocha-webpack-example)
- [example with tape](https://github.com/eddyerburgh/vue-test-utils-tape-example)
- [example with AVA](https://github.com/eddyerburgh/vue-test-utils-ava-example)

## Questions

For questions and support please use the [Discord chat room](https://vue-land.js.org/), [Gitter chat room](https://gitter.im/vuejs/vue), or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.

## Issues

Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.

## Contribution

Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request.

## Changelog

Changes for each release are documented in the [release notes](https://github.com/vuejs/vue-test-utils/releases).

## Stay In Touch

For the latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)

## License

[MIT](http://opensource.org/licenses/MIT)
38 changes: 38 additions & 0 deletions packages/server-test-utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Vue Server Test Utils [![Build Status](https://circleci.com/gh/vuejs/vue-test-utils/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vue-test-utils)

## Currently in beta
To use Vue Server Test Utils beta:
```
// npm
npm install --save-dev @vue/server-test-utils

// yarn
yarn add --dev @vue/server-test-utils
```

## Intro

Vue Server Test Utils is the official test library for [Vue.js](http://vuejs.org). It provides methods for unit testing Vue components.

## Documentation

Refer to [documentation](https://vue-test-utils.vuejs.org/)

## Examples

- [example with Jest](https://github.com/vuejs/vue-test-utils-jest-example)
- [example with Mocha](https://github.com/vuejs/vue-test-utils-mocha-webpack-example)
- [example with tape](https://github.com/eddyerburgh/vue-test-utils-tape-example)
- [example with AVA](https://github.com/eddyerburgh/vue-test-utils-ava-example)

## Questions

For questions and support please use the [Discord chat room](https://vue-land.js.org/), [Gitter chat room](https://gitter.im/vuejs/vue), or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.

## Issues

Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.

## License

[MIT](http://opensource.org/licenses/MIT)
14 changes: 1 addition & 13 deletions packages/test-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vue Test Utils is the official test library for [Vue.js](http://vuejs.org). It p

## Documentation

Refer to [documentation](https://vue-test-utils.vuejs.org/)
Refer to the [documentation](https://vue-test-utils.vuejs.org/)

## Examples

Expand All @@ -33,18 +33,6 @@ For questions and support please use the [Discord chat room](https://vue-land.js

Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.

## Contribution

Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md) before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to [this curated list](https://github.com/vuejs/awesome-vue)!

## Changelog

Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue-test-utils/releases).

## Stay In Touch

For the latest releases and announcements, follow on Twitter: [@vuejs](https://twitter.com/vuejs)

## License

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