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

JCN-290 agregar filtro estatico arreglar filtros #5

Merged
merged 7 commits into from
Jun 10, 2020

Conversation

gastonpereyra
Copy link
Contributor

LINK AL TICKET
https://fizzmod.atlassian.net/browse/JCN-290

DESCRIPCIÓN DEL REQUERIMIENTO
Se requiere:

DESCRIPCIÓN DE LA SOLUCIÓN
Se desarrollaron los requerimientos solicitados. Se agregó también el getter para cambiar el nombre del modelo a usar

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
lib/data-helpers/filter.js Outdated Show resolved Hide resolved
tests/api-list-data.js Show resolved Hide resolved

await apiListData.process();

sinon.assert.calledOnce(CustomModel.prototype.get);

Choose a reason for hiding this comment

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

capaz podes usarcalledOnceWithExactly ?


await apiListData.process();

sinon.assert.calledOnce(MyModel.prototype.get);

Choose a reason for hiding this comment

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

capaz podes usarcalledOnceWithExactly ?

@juanhapes juanhapes merged commit 75418fd into master Jun 10, 2020
@jormaechea jormaechea deleted the JCN-290-Agregar-Filtro-Estatico-Arreglar-Filtros branch July 29, 2020 13:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants