UNPKG
@sambego/storybook-state
Version:
latest (2.0.1)
2.0.1
2.0.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Manage state in storybook stories
github.com/Sambego/storybook-state
Sambego/storybook-state
@sambego/storybook-state
/
enzyme.config.js
5 lines
(3 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
const
Enzyme
=
require
(
"enzyme"
);
const
EnzymeAdapter
=
require
(
"enzyme-adapter-react-16"
); Enzyme.
configure
({
adapter
:
new
EnzymeAdapter
() });