SitePoint
  • Blog
  • Forum
  • Library
  • Login
Join Premium
  1. Details
  2. Creator
  3. Content
  4. Reviews
  5. FAQ
Testing Vue.js Components with Jest Cover

Testing Vue.js Components with Jest

3

average rating (1 votes)

Created by

Alex Jover Morales

Published by

Alex Jover Morales

Last Updated

25 February 2019

Details

A concise and practical guide to unit test your Vue.js components using Jest, the fully featured JavaScript testing framework. Learn shallow rendering, snapshot testing and dependency mocking, among other techniques.

Description

Vue.js has become the most popular framework. People is excited about it, and that's no surprise given how productive, easy to use and flexible it is. You've probably already use it, but... Have you done testing in Vue.js?

Unit testing in modern component based JavaScript frameworks is not easy. Components are connected to each other and the browser adds a layer of UI, which makes everything so dependent while we must test components in isolation. We want the test suite to be reliable and to run fast as well.

This book shows you by practise how to test easily Vue.js components and take advantage of the fully featured Jest testing framework. It will guide you through testing styles and structure as well as testing behaviours of you Vue.js components. You'll see how to apply techniques such as snapshot testing, shallow rendering, module dependency mocking and module aliasing to make smoother and cleaner your tests.

Creator

Alex Jover Morales avatar

Alex Jover Morales

Alex Jover Morales avatar

Content

1
Preview
2
3
4
5
6
7
8
9

Reviews

Profile
deleted_Micha Pietsch

A few mistakes in spelling made me wonder how much effort went into making sure it's of high quality. Unfortunately such flaws in appearance cast a shadow, even if the content may be very good.

Frequently Asked Questions

Testing Vue.js Components with Jest Cover

Testing Vue.js Components with Jest

3

  • Unlimited access to this title and 600+ others in our library

  • New titles added frequently

  • Cancel anytime

Stuff we do

  • Premium
  • Newsletters
  • Forums

About

  • Our Story
  • Terms of use
  • Privacy Policy
  • Corporate Memberships

Contact

  • Contact us
  • FAQ
  • Publish your book with us
  • Write an article for us
  • Advertise

Connect

© 2000 – 2024 SitePoint Pty. Ltd.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.