npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@vue/server-test-utils

1.3.0

@lmiller1990

npmHomeRepoSnykSocket
Downloads:166
$ npm install @vue/server-test-utils
DailyWeeklyMonthlyYearly

Vue Server Test Utils Build Status

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. It provides methods for unit testing Vue components.

Documentation

Refer to documentation

Examples

  • example with Jest
  • example with Mocha
  • example with tape
  • example with AVA

Questions

For questions and support please use the Discord chat room, Gitter chat room, or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

License

MIT