Oops, forgot node.

This commit is contained in:
Wei Zhu 2017-04-02 18:22:11 +08:00
parent d0c115da5e
commit dfc59f344e

View File

@ -14,5 +14,6 @@
"\\.md$": "./node_modules/antd-demo-jest"
},
"testRegex": "demo\\.test\\.js$",
"testEnvironment": "node"
"testEnvironment": "node",
"snapshotSerializers": ["enzyme-to-json/serializer"]
}