Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
3c1u committed May 11, 2021
1 parent 6cdd274 commit 25df0ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions src/DogImage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// DO NOT DELETE
1 change: 1 addition & 0 deletions src/DogListContainer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// DO NOT DELETE
2 changes: 1 addition & 1 deletion tests/station09.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('<DogListContainer />', () => {

it('calls `useState`', async () => {
const { DogListContainer } = require('../src/DogListContainer')
const res = await createAsync(<DogListContainer />)
await createAsync(<DogListContainer />)
expect(useStateSpy).toBeCalled()
})
})

0 comments on commit 25df0ba

Please sign in to comment.