mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
Fixed test
This commit is contained in:
parent
b1b215e84a
commit
0c1c471714
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { shallow } from 'enzyme';
|
|||
import { DropdownItem } from 'reactstrap';
|
||||
import { identity, values } from 'ramda';
|
||||
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
|
||||
import caretDownIcon from '@fortawesome/fontawesome-free-solid/faCaretDown';
|
||||
import caretDownIcon from '@fortawesome/fontawesome-free-solid/faSortAmountDown';
|
||||
import * as sinon from 'sinon';
|
||||
import SortingDropdown from '../../src/utils/SortingDropdown';
|
||||
|
||||
|
|
|
@ -6920,7 +6920,7 @@ react-transition-group@^2.3.1:
|
|||
prop-types "^15.6.2"
|
||||
react-lifecycles-compat "^3.0.4"
|
||||
|
||||
react@^16.3.2:
|
||||
react@^16.6:
|
||||
version "16.6.0"
|
||||
resolved "https://registry.yarnpkg.com/react/-/react-16.6.0.tgz#b34761cfaf3e30f5508bc732fb4736730b7da246"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue