UNPKG
inputs-2-react
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.28
Inputs extracted from adminlte-2-react
github.com/sd1337/adminlte-2-react
sd1337/adminlte-2-react
inputs-2-react
/
src
/
setup-jest.js
9 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
$
from
'jquery'
;
import
select2
from
'select2'
;
// import 'icheck';
// eslint-disable-next-line no-multi-assign
global
.
$
=
global
.
jQuery
= $; $.select2 =
select2
();