question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I copied over the TODOs from https://github.com/vuejs/vue-test-utils/issues/1#issuecomment-305899792 so it’s not necessary to hunt them down in the long thread.

TODOs

  • Add shallow method
  • Add emit method? In the proposal this is included in trigger, but it’s difficult(impossible?) to implement. Not sure if this is needed, as it will be a thin wrapper around vm.$emit. Won’t be added in first version,See #6
  • Add option to stub components
  • Finalize VueWrapper interface. Should it call methods on all wrappers, or default to first wrapper? Using find and findAll
  • Add context option to support functional components see #12
  • Test find and findAll using functional component with context
  • Add flow
  • Add typescript types
  • Handle empty WrapperArray method calls
  • Handle ErrorWrapper method calls
  • Fix some skipped tests copied from avoriaz
  • Link docs to gitbook
  • add deploy script
  • Update docs format to follow Vue docs style
  • Improve docs, especially info on WrapperArray
  • Improve build pipeline. Should dist be included in the source repo?
  • Add CI tool - travis/ circle
  • Add provide option to mount
  • Add way to add global mixins/plugins/components without polluting global Vue. See #2
  • Add ability to test emitted events - although this can be acheived with wrapper.vm.$on('event', spy). Won’t be added in first version, See #6
  • Add a README
  • Link to Documentation in README
  • Add option to pass component as stub, see #11
  • Add release script
  • Stub registered global components when running shallow
  • Throw an error about running in a browser if window is undefined
  • Add git pre commit hooks to check commit message matches guidelines
  • Improve error messages (errors should have format - [vue-test-utils]: error message)
  • Handle options.instance when stubbing global components in shallow
  • Add option to pass array to options.stub
  • Add children option to pass children to functional components
  • Set default branch to dev
  • Remove npm postinstall from master/ release branches
  • Create example projects and link in README
  • Add guides on setting up vue-test-utils
  • Update mount and shallow arguments in documentation

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:12
  • Comments:19 (15 by maintainers)

github_iconTop GitHub Comments

13reactions
eddyerburghcommented, Sep 17, 2017

Evan’s reviewing the code this week and we’re planning to publish a beta on npm

3reactions
LinusBorgcommented, Jun 6, 2017

(added checkboxes to track progress)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Todo | Initial D Wiki | Fandom
Todo (東堂 Tōdō) is an ex-professional rally driver and the leader of the Todo School. Todo used to be a professional rally driver,...
Read more >
Section 1: Create initial Todo application
Section 1: Create initial Todo application¶ · Install Chalice · Create a new Chalice project · Add the starting app.py · Add a...
Read more >
Chapter 4, Exercise 1: Todos—Your First Backbone.js App
A way to filter the items that have been completed or are remaining. Figure 4-1. A todo list—the first Backbone.js application we will...
Read more >
Todo Voice - Initial D: Fourth Stage (TV Show)
See image of Takaya Hashi, the Japanese voice of Todo in Initial D: Fourth Stage (TV Show).
Read more >
TODO comments | IntelliJ IDEA Documentation - JetBrains
Create a multiline TODO item. Indent the text in comment lines that follow the initial comment line. You can use ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found