Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test the component using vue-test-utils #526

Open
2 of 9 tasks
vencho-mdp opened this issue Feb 16, 2022 · 0 comments
Open
2 of 9 tasks

Test the component using vue-test-utils #526

vencho-mdp opened this issue Feb 16, 2022 · 0 comments

Comments

@vencho-mdp
Copy link

I'm submitting a ...

  • bug report
  • feature request
  • support request

What is the current behavior?

Component is not tested and it should be, mainly for production usage

How are you importing Vue-simple-suggest?

  • ESNext (original code, single-file .vue component, css included) (import VueSimpleSuggest from 'vue-simple-suggest/lib')
  • ES6 (import VueSimpleSuggest from 'vue-simple-suggest')
  • ES7 and above (import VueSimpleSuggest from 'vue-simple-suggest/dist/es7')
  • Bundled version (import VueSimpleSuggest from 'vue-simple-suggest')
  • CommonJS (const VueSimpleSuggest = require('vue-simple-suggest'))
  • UMD Component (<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>)

What is the motivation / use case for changing the behavior?

Production Usage

Please tell us about your environment:

  • Vue.js Version: 2.6
  • Vue-simple-suggest version: 1.11
  • Browser: [Chrome 98]
  • Language: [ES6/7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant