This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
storybook
Watch
1
Star
0
Fork
0
You've already forked storybook
mirror of
https://github.com/storybookjs/storybook.git
synced
2025-03-22 05:02:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
storybook
/
code
/
jest.config.js
4 lines
55 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(jest): update to v20's default configuration file * we no longer have to pass a `--config` flag to Jest * renames .jestrc json to jest.config.js * jest-enzyme now includes snapshot support by default
2017-05-18 17:57:07 +01:00
module
.
exports
=
{
Create separate jest projects in /lib This allows us to run some projects with node, and others with browser environment
2022-11-10 13:46:42 -05:00
projects
:
[
'<rootDir>/lib/*'
]
,
chore(jest): update to v20's default configuration file * we no longer have to pass a `--config` flag to Jest * renames .jestrc json to jest.config.js * jest-enzyme now includes snapshot support by default
2017-05-18 17:57:07 +01:00
}
;
Reference in New Issue
Copy Permalink