Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
upgrading to jest 15
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 1, 2016
1 parent 75396c3 commit 72c96af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"url": "https://github.com/stipsan/uikit-react/issues"
},
"jest": {
"automock": false,
"coverageReporters": [
"lcov"
],
Expand Down
2 changes: 2 additions & 0 deletions src/__tests__/Dropdown-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import renderer from 'react-test-renderer'

import Dropdown from '../Dropdown'

jest.useFakeTimers()

describe('Dropdown', () => {
it('renders correctly', () => {
expect(renderer.create(
Expand Down

0 comments on commit 72c96af

Please sign in to comment.