Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

pull request datalovers#36

Open
shari12 wants to merge 24 commits into
Laboratoria:masterfrom
shari12:master
Open

pull request datalovers#36
shari12 wants to merge 24 commits into
Laboratoria:masterfrom
shari12:master

Conversation

@shari12

@shari12 shari12 commented Mar 17, 2020

Copy link
Copy Markdown

No description provided.

Comment thread docs/data.js Outdated
@@ -21,7 +21,7 @@ export function filterWeak(elementoW) {
}
export function printData(cosaParaimprimir, printPalce) {
cosaParaimprimir.forEach((pokemons) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evitemos el uso de nombres de variables como este, no es muy descriptivo.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me refiero a "cosaParaImprimir"

Comment thread docs/main.js
const showResulterPokemon = document.getElementById('result2');
const putImagen = document.getElementById('imgPokedex');
// const putImagen = document.getElementById('imgPokedex');
const nameInserted = document.getElementById('NamePokemon2').value;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Código que no se utiliza, debemos borrarlo :)

Comment thread test/data.spec.js
expect(typeof candys).toBe('function');
});
it('desbería regresar el atributo candy_acount del arreglo cuando se escribe el nombre de un pokemon', () => {
it('should return candy_count from the array when you type the pokemons name', () => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excelente!!!! Que bueno que lo cambiaron a inglés! 💃

Comment thread test/data.spec.js
describe('printInfoPokemon', () => {
it('debe ser una función', () => {
it('should be a function', () => {
expect(typeof printInfoPokemon).toBe('function');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Que bueno que hayan hecho sus pruebas unitarias!! Muchas felicidades!!

@AdrianaHY AdrianaHY left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excelente trabajo chicas!!! Cada día se superan más y más! Felicidades!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants