Skip to content

Repo with reproduction environment for @vue/test-utils issue

Notifications You must be signed in to change notification settings

bponomarenko/vue-test-utils-issue

Repository files navigation

This repository contains code to reproduce specific regression issue introduced in the @vue/test-utils@1.1.3 package. Issue link: vuejs/vue-test-utils#1923

To reproduce the issue

  1. Install dependencies with npm install
  2. Run unit test with npm run test

It is expected for unit-test to fail

To verify this is regression issue, simply update @vue/test-utils to version 1.1.2:

  1. npm install --save-dev --save-exact @vue/test-utils@1.1.2
  2. npm run test

This time unit test should successfully pass. Issue is reproduced starting from v1.1.3

About

Repo with reproduction environment for @vue/test-utils issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published