https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
https://www.tslang.cn/docs/handbook/tsconfig-json.html
前端单元测试-React测试和快照
推荐的工具:Jest ,React 测试库。
如果你想断言或者操纵你的渲染组件,你可以使用react-testing-library, Enzyme, 或者React的 TestUtils。
react测试技巧: https://zh-hans.reactjs.org/docs/testing-recipes.html
jest-快照测试: https://jestjs.io/zh-Hans/docs/snapshot-testing
React 测试库: https://testing-library.com/docs/react-testing-library/intro/
Test Renderer: https://zh-hans.reactjs.org/docs/test-renderer.html
Test Utilities: https://reactjs.org/docs/test-utils.html#act