Skip to content

Instantly share code, notes, and snippets.

@alexjoverm
Last active December 6, 2018 20:06
Show Gist options
  • Save alexjoverm/0056f9308b05acb1e51a8794d0d600c4 to your computer and use it in GitHub Desktop.
Save alexjoverm/0056f9308b05acb1e51a8794d0d600c4 to your computer and use it in GitHub Desktop.
Book Vue Jest Review 01

General

Book repo link

Since the book comes from an articles series, the titles, intros an outros where written in a more article-way (like repeating Vue and Jest in every title). They've been slightly updated to give a better book style.

So, following actions are needed:

  • Update titles according to the book
  • If needed, update intros (first or first two paragraph)
  • If needed, update outros (last or last two paragraph)

Chapter 02

  • "Componente Madre": maybe better "Componente Padre"?
  • Typos: siggnifica que el ccomponente
  • Typo: tamién
  • Typo: double backtick on a code comment "``propsData`"
  • Typo: inependiente
  • A final dot is missing on API poco a poco en estas series
  • Maybe an inconsistency: the single and plural version of the second verbal form is used in the sentence verás el texto CREADO! en el output de la terminal. "Andarse con ojo!"

Chapter 03

@gangsthub
Copy link

[x] This subtitle is still in english Asserting Structure and Style
[x] Typo: Estructurs
[x] By the end, the section Asserting Structure and Style needs to be updated. hasStyle and hasClass have been replaced by classes and attributes
[x] Related to the previous point, now the Los métodos get doesn't make much sense, so it was removed in the book (see for reference bitbucket.org/alexjomora/vue-jest-book/src/master/manuscript/chapter3.md)
[x] The link to the typings file doesn't exists. Maybe is better in this part to link to the official docs wrapper API vue-test-utils.vuejs.org/api/wrapper/#properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment