Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 930 Bytes

TODO.md

File metadata and controls

25 lines (18 loc) · 930 Bytes

To document:

  1. Testing navigation guards
  2. Testing filter
  3. Testing directive
  4. Writing complex integration test for a component
  5. Mocking router
  6. Scoped slots
  7. Inversify and mocking router/store in tests
  8. Test coverage

Introduce the dev stack:

  • vue, vuex, vue-router, vue-property-decorator, vuex-class, axios, lodash, inversify (vanilla js solution), sinon, mocha, sinon-chai, sinon-stub-promise flush-promises, lolex

Provide examples for

Issues:

  • !!! trigger("click") on <button type="submit"> doesn't trigger submit on form. !!!