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

Commit

Permalink
Update jest-cli to version 15.0.0 🚀 (#196)
Browse files Browse the repository at this point in the history
* chore(package): update jest-cli to version 15.0.0

https://greenkeeper.io/

* returning the favo

* upgrading to jest 15
  • Loading branch information
greenkeeperio-bot authored and stipsan committed Sep 1, 2016
1 parent 76b0083 commit 9c68337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"react",
"react-component",
"uikit",
"react-uikit",
"ecosystem-react"
],
"author": "Stian Didriksen <stipsan@gmail.com> (http://github.com/stipsan)",
Expand All @@ -32,7 +33,6 @@
"url": "https://github.com/stipsan/uikit-react/issues"
},
"jest": {
"automock": false,
"coverageReporters": [
"lcov"
],
Expand Down Expand Up @@ -74,7 +74,7 @@
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"growl": "1.9.2",
"jest-cli": "14.1.0",
"jest-cli": "15.0.0",
"jsdom": "9.4.5",
"json-loader": "0.5.4",
"less": "2.7.1",
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 9c68337

Please sign in to comment.