Skip to content

Commit

Permalink
v2.2.1 (#16)
Browse files Browse the repository at this point in the history
* chore: deps updated

* fix: test

* 2.2.1
  • Loading branch information
aurmeneta authored Jun 22, 2024
1 parent 91945a6 commit eee66de
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 35 deletions.
65 changes: 34 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurmeneta/buscacursos-uc",
"version": "2.2.0",
"version": "2.2.1",
"description": "Obtener cursos desde buscacursos.uc.cl",
"main": "index.js",
"scripts": {
Expand All @@ -26,12 +26,12 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@faker-js/faker": "^8.4.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.2.0",
"jest": "^29.7.0",
"jest-light-runner": "^0.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/cursos/cursos.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ test('buscarCurso obtiene cantidad correcta de resultados', async () => {

test('buscarProfesor obtiene cantidad correcta de resultados', async () => {
const resultados = await cursos.buscarProfesor('2024-1', 'Francisca Echeverría')
expect(resultados.length).toBe(9)
expect(resultados.length).toBe(10)
})

0 comments on commit eee66de

Please sign in to comment.