mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
d20572bdab
* Run snapshot testing against all demos * Split demo tests * ignore coverage folder * Upgrade antd-demo-jest * enable cache * intergate with coveralls.io * Add node test * Set worker to 2 https://github.com/facebook/jest/issues/1742 * config coverage * Set default supportServerRender to true
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
{
|
|
"presets": ["es2015", "react", "stage-0"],
|
|
"plugins": [
|
|
"add-module-exports"
|
|
]
|
|
}
|