UNPKG
redux-batched-updates
Version:
latest (0.1.0)
0.1.0
Batch React updates that occur as a result of Redux dispatches.
redux-batched-updates
/
lib
/
__tests__
/
init.js
9 lines
(5 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
function
_interopRequireDefault
(
obj
) {
return
obj && obj.
__esModule
? obj : {
'default'
: obj }; }
var
_chai =
require
(
'chai'
);
var
_chai2 =
_interopRequireDefault
(_chai);
global
.
expect
= _chai2[
'default'
].
expect
;