UNPKG
uxcore-animate
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
uxcore-animate component for uxcore.
github.com/uxcore/uxcore-animate
uxcore/uxcore-animate
uxcore-animate
/
tests
/
Animate.spec.js
9 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
expect
from
'expect.js'
;
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
TestUtils
, {
Simulate
}
from
'react-addons-test-utils'
;
import
Animate
from
'../src'
;
describe
(
'Animate'
,
() =>
{ });