Skip to content

Code Rethinked

  • Home
  • VUE
  • .NET
    • C#
    • ASP.NET Core
    • .NET Core
    • Entity Framework
  • Privacy Policy
  • MY Projects
    • Auto UUID Generator

Month: April 2020

shallowMount vs mount in vue test utils with an example

April 27, 2020 by Karthik Chintala
shallow mount vs mount

In this post, we will see the differences between shallowMount and mount functions in vue-test-utils library and what they both offer us in terms of unit testing in Vue applications. If you want to know how to set up unit tests for the Vue project, check my article on how to do it. Let’s have … Read more

Categories VUE Tags mount, shallowmount, unit testing Leave a comment

Setting up unit tests In Vue With Jest framework

April 13, 2020 by Karthik Chintala
Unit testing with Jest in Vue

For unit testing Vue projects, VueJS created a utility project for testing Vue apps. So, the utilities will create the configuration for running tests. We can test any Vue project in Karma, Jest or Mocha + webpack. If you are creating a new project with Vue CLI, you can set up Jest/Mocha tests by configuring … Read more

Categories VUE Tags unit testing, vue, vue-test-utils 1 Comment

Subscribe for a new post?

Archives

  • April 2022 (1)
  • June 2021 (1)
  • May 2021 (1)
  • January 2021 (1)
  • November 2020 (1)
  • June 2020 (1)
  • May 2020 (3)
  • April 2020 (2)
  • February 2020 (1)
  • December 2019 (2)
  • November 2019 (1)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (1)
  • June 2019 (1)
  • May 2019 (1)
  • April 2019 (2)
  • March 2019 (3)
  • February 2019 (2)
  • January 2019 (1)
  • December 2018 (2)
  • November 2018 (1)
  • October 2018 (2)
  • September 2018 (3)
  • August 2018 (4)
  • July 2018 (2)

Categories

  • .NET Core
  • ASP.NET Core
  • C#
  • Entity Framework
  • JavaScript
  • Tools/Utils
  • Visual Studio
  • VUE

Tags

asp.net core aspnetcore asyncawait axios benefits blazor c# cancel compiler component parameters components computed properties csharp custom customizing 400 error response dapper data binding delegates design patterns event bubbling event delegation expression trees filter func getting started IL libman linq list model state validation oftype performance private variables props row_number switch switch case taghelpers task unit testing vue vue-test-utils vue cli vuejs vue ui
© 2022 Code Rethinked • Built with GeneratePress