Skip to content

Commit

Permalink
Update films.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenlu authored Dec 19, 2023
1 parent 60aeff7 commit 31e4f11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/films.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,11 @@ describe('Function "orderByYear"', () => {

// Exercise 6
// YOUR CODE HERE. Test moviesAverageByCategory()

describe('Function "moviesAverageByCategory"', () => {
it('ADD YOUR CODE IN films.spec.js file', () => {
expect(typeof hoursToMinutes).toBe('coffee');
});
});

// Exercise 7
describe('Function "hoursToMinutes"', () => {
Expand Down

0 comments on commit 31e4f11

Please sign in to comment.