UNPKG
@parity/light.js-react
Version:
latest (5.1.19)
5.1.19
5.1.18
5.1.17
5.1.16
5.1.15
5.1.14
5.1.13
5.1.12
5.1.11
5.1.10
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.31
3.0.30
3.0.29
3.0.28
3.0.27
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.19
3.0.18
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
1.0.0
A HOC to easily use @parity/light.js with React.
paritytech/js-libs
@parity/light.js-react
/
jest.config.js
7 lines
(5 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
baseConfig
=
require(
'../../jest.config'
);
module
.
exports
= { ...baseConfig, setupTestFrameworkScriptFile:
'../../node_modules/jest-enzyme/lib/index.js'
};