Skip to content

Commit

Permalink
Fixing broken master
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHHouse committed Jun 5, 2021
1 parent e4ff2ae commit 3896910
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 236 deletions.
230 changes: 0 additions & 230 deletions __mocks__/getRecommendedMovies.js

This file was deleted.

6 changes: 0 additions & 6 deletions __tests__/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ test('Should be owned', () => {
test('Should not be owned', () => {
expect(isNotOwned(false)).toBe(true);
});

// async/await can also be used with `.resolves`.
it('works with async/await and resolves', async () => {
expect.assertions(1);
await expect(getRecommendedMoviesForTable()).resolves.toEqual();
});

0 comments on commit 3896910

Please sign in to comment.