Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 12, 2019
1 parent 6c93514 commit 6abef8d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ describe('test', () => {
);
});

it('passes', () => {
const wrapper = mount(
<Nav />,
);
const button = wrapper.find('button');
expect(button.length).toEqual(0);
setTimeout(button.simulate('click'), 4000);
});

it('tests the API', async () => {
moxios.stubRequest('https://jsonplaceholder.typicode.com/todos/1', {
status: 200,
Expand Down

0 comments on commit 6abef8d

Please sign in to comment.